mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-28 20:41:19 +00:00
Add return statement in get_cache_file method of EPGSource model
This commit is contained in:
parent
80fe7e02f8
commit
4f0c8333c6
1 changed files with 2 additions and 0 deletions
|
|
@ -40,6 +40,8 @@ class EPGSource(models.Model):
|
|||
cache_dir = os.path.join(settings.MEDIA_ROOT, "cached_epg")
|
||||
cache = os.path.join(cache_dir, filename)
|
||||
|
||||
return cache
|
||||
|
||||
class EPGData(models.Model):
|
||||
# Removed the Channel foreign key. We now just store the original tvg_id
|
||||
# and a name (which might simply be the tvg_id if no real channel exists).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue