mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
attempting to fix updated reference name
This commit is contained in:
parent
efcf4c7920
commit
c80752a21d
1 changed files with 2 additions and 2 deletions
|
|
@ -1754,8 +1754,8 @@ def refresh_single_m3u_account(account_id):
|
|||
existing_groups = {
|
||||
group.name: group.id
|
||||
for group in ChannelGroup.objects.filter(
|
||||
m3u_account__m3u_account=account, # Filter by the M3UAccount
|
||||
m3u_account__enabled=True, # Filter by the enabled flag in the join table
|
||||
m3u_accounts__m3u_account=account, # Filter by the M3UAccount
|
||||
m3u_accounts__enabled=True, # Filter by the enabled flag in the join table
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue