Update PlayableContentFeeder.py

This commit is contained in:
こうから 2021-07-08 08:58:04 +09:00 committed by GitHub
parent 62aff14eb2
commit e8f0e024d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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