mirror of
https://github.com/nirvana-7777/script.service.ultimate.git
synced 2026-09-18 23:22:38 +02:00
magenta2: change playback_id
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user