Dispatcharr/apps/vod
2025-08-19 15:42:30 -05:00
..
migrations Remove url from movie table and save custom_properties for series. 2025-08-19 11:25:56 -05:00
__init__.py Initial backend commit for vod 2025-08-02 10:42:36 -05:00
admin.py Fixed some vod apis, converted duration to duration_secs, add custom_poperties to vod_episode 2025-08-09 16:31:33 -05:00
api_urls.py Convert to relation tables to support multiple providers for each vod. 2025-08-07 12:31:05 -05:00
api_views.py Fix VOD page not using pagination properly. 2025-08-14 12:51:56 -05:00
apps.py Initial backend commit for vod 2025-08-02 10:42:36 -05:00
models.py Remove url from movie table and save custom_properties for series. 2025-08-19 11:25:56 -05:00
serializers.py Convert to relation tables to support multiple providers for each vod. 2025-08-07 12:31:05 -05:00
tasks.py Fix categories not linking. 2025-08-19 15:42:30 -05:00
urls.py Separate Movies, Series and Episodes into their own tables 2025-08-02 13:32:44 -05:00