fix: update user stream limit checks to include media_id and rename user_limits_settings key

This commit is contained in:
SergeantPanda 2026-03-26 20:02:54 -05:00
parent 58befaa52b
commit aa6fb033d3
4 changed files with 19 additions and 10 deletions

View file

@ -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):