Skip to content

Commit 9cf1b75

Browse files
committed
Fixed movie subtitles uninitialized variable error
1 parent d7bc17a commit 9cf1b75

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Contents/Code/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ def search(self, results, media, lang):
6666

6767

6868
def update(self, metadata, media, lang):
69+
videos = []
6970
Log.Debug("MOVIE UPDATE CALLED")
7071
for item in media.items:
7172
for part in item.parts:

0 commit comments

Comments
 (0)