diff --git a/lib/streaming_providers/providers/magenta2/channel_manager.py b/lib/streaming_providers/providers/magenta2/channel_manager.py index 7d17ed9..b2a7674 100644 --- a/lib/streaming_providers/providers/magenta2/channel_manager.py +++ b/lib/streaming_providers/providers/magenta2/channel_manager.py @@ -178,7 +178,7 @@ class ChannelManager: if meta.get("channel_number") is not None else tp_ch.channel_number ) - playback_id = meta.get("playback_id") or tp_ch.release_pid + playback_id = tp_ch.release_pid or meta.get("playback_id") if not station_id or not playback_id: logger.warning(