mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-01-23 02:35:14 +00:00
optimized vod parsing, added in vod category filtering, added UI individual tabs for movies vs series VOD category filters
This commit is contained in:
parent
3ecd7137ff
commit
11bc2e57a9
6 changed files with 2010 additions and 1725 deletions
|
|
@ -89,7 +89,7 @@ class M3UAccountViewSet(viewsets.ModelViewSet):
|
|||
if enable_vod:
|
||||
from apps.vod.tasks import refresh_categories
|
||||
|
||||
refresh_categories.delay(account_id)
|
||||
refresh_categories(account_id)
|
||||
|
||||
# After the instance is created, return the response
|
||||
return response
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue