mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
fix: Ensure catch-up streams are ordered by channelstream order in get_channel_catchup_info
This commit is contained in:
parent
09f4ec91f1
commit
e154e4e696
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ def get_channel_catchup_info(channel):
|
|||
|
||||
stream = (
|
||||
channel.streams.filter(is_catchup=True)
|
||||
.order_by("channelstream__order")
|
||||
.select_related("m3u_account")
|
||||
.first()
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue