mirror of
https://github.com/Viren070/MediaFusion.git
synced 2025-12-01 23:21:11 +01:00
Update streaming routes to use 'playback' instead of 'stream'
This commit is contained in:
@@ -552,6 +552,7 @@ async def process_stream(
|
||||
behaviorHints=behavior_hints,
|
||||
)
|
||||
|
||||
|
||||
def get_dlhd_channel_url(stream: TVStreams) -> str:
|
||||
parsed_url = urlparse(stream.url)
|
||||
channel_id = parsed_url.path.split("/")[-2]
|
||||
|
||||
Reference in New Issue
Block a user