mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
fix: update user stream limit checks to include media_id and rename user_limits_settings key
This commit is contained in:
parent
58befaa52b
commit
aa6fb033d3
4 changed files with 19 additions and 10 deletions
|
|
@ -156,7 +156,7 @@ PROXY_SETTINGS_KEY = "proxy_settings"
|
|||
NETWORK_ACCESS_KEY = "network_access"
|
||||
SYSTEM_SETTINGS_KEY = "system_settings"
|
||||
EPG_SETTINGS_KEY = "epg_settings"
|
||||
USER_LIMITS_SETTINGS_KEY = "user_limits_settings"
|
||||
USER_LIMITS_SETTINGS_KEY = "user_limits"
|
||||
|
||||
|
||||
class CoreSettings(models.Model):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue