mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
Check on watched notification states before adding to the queue
This commit is contained in:
parent
d94a1efe75
commit
16f270691d
3 changed files with 42 additions and 14 deletions
|
@ -188,7 +188,7 @@ class DataFactory(object):
|
|||
'episode': plexpy.CONFIG.TV_WATCHED_PERCENT,
|
||||
'track': plexpy.CONFIG.MUSIC_WATCHED_PERCENT,
|
||||
'photo': 0,
|
||||
'clip': plexpy.CONFIG.MOVIE_WATCHED_PERCENT
|
||||
'clip': plexpy.CONFIG.TV_WATCHED_PERCENT
|
||||
}
|
||||
|
||||
rows = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue