Skip to content

Commit 8b851d2

Browse files
authored
Merge pull request #49 from northys/tautulli_readme_duration
docs: tautulli payload duration => duration_sec [fixes #48]
2 parents 3f2a49d + 7a1279b commit 8b851d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/plex.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Expand the **Watched** dropdown and add the following code block to the **JSON D
4040
"album_name": "{album_name}",
4141
"media_type": "{media_type}",
4242
"title": "{title}",
43-
"duration": "{duration}",
43+
"duration": "{duration_sec}",
4444
"username": "{username}"
4545
}
4646
```

0 commit comments

Comments
 (0)