Skip to content

Commit 3463718

Browse files
committed
Merge pull request #1 from pannal/master
Fixed movie subtitles uninitialized variable error
2 parents d7bc17a + 9cf1b75 commit 3463718

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)