From a7caa64c97e1ace7149e23a6c322ccac1a2fecf8 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Tue, 27 Apr 2021 15:34:00 -0400 Subject: [PATCH] Remove `STATION_DEFAULT_ID` from settings --- pv/settings.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pv/settings.py b/pv/settings.py index 0a7bf2cd..1d15d1e4 100644 --- a/pv/settings.py +++ b/pv/settings.py @@ -167,10 +167,6 @@ AUTO_SET_UNTIL_DATE_TO_DAYS_IN_FUTURE = 365 # Overrides the above setting if True AUTO_SET_UNTIL_DATE_TO_END_OF_YEAR = True -# The station's default playlist ID -# If there's no program, this playlist will be aired as a backup -STATION_DEFAULT_ID = None - # URL to CBA - Cultural Broadcasting Archive CBA_URL = 'https://cba.fro.at' -- GitLab