Fix File .nfo in libreria

This commit is contained in:
Alhaziel01
2021-11-29 10:28:23 +01:00
parent cb963ec76f
commit 3d4893061c
+1
View File
@@ -377,6 +377,7 @@ def set_watched_on_kod(data):
filename = 'tvshow.nfo'
path = filetools.join(path, filename)
if filetools.exists(path):
head_nfo, item = videolibrarytools.read_nfo(path)
if item.library_playcounts:
item.library_playcounts.update({title: playcount})