From e8f0e024d97fc6b96533dfdff841ab76bb6cc5cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=93=E3=81=86=E3=81=8B=E3=82=89?= Date: Thu, 8 Jul 2021 08:58:04 +0900 Subject: [PATCH] Update PlayableContentFeeder.py --- librespot/audio/PlayableContentFeeder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librespot/audio/PlayableContentFeeder.py b/librespot/audio/PlayableContentFeeder.py index 7e8029e..b1bf127 100644 --- a/librespot/audio/PlayableContentFeeder.py +++ b/librespot/audio/PlayableContentFeeder.py @@ -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