Update PlayableContentFeeder.py

This commit is contained in:
こうから
2021-07-08 08:58:04 +09:00
committed by GitHub
parent 62aff14eb2
commit e8f0e024d9

View File

@@ -32,7 +32,7 @@ class PlayableContentFeeder:
for alt in track.alternative_list: for alt in track.alternative_list:
if len(alt.file) > 0: if len(alt.file) > 0:
pass return Metadata.Track(file=alt.file)
return None return None