This commit is contained in:
Jesse Bannon 2022-10-05 11:22:25 -07:00
parent 50fca81e71
commit cf7e10a3ef

View file

@ -32,7 +32,6 @@ TV_SHOW_COLLECTION = "_tv_show_collection"
SEASON_COLLECTION__EPISODE_Y_M_D = "season_by_collection__episode_by_year_month_day"
SEASON_COLLECTION__EPISODE_Y_M_D_REV = "season_by_collection__episode_by_year_month_day_reversed"
SEASON_COLLECTION__EPISODE_UPLOAD_INDEX = "season_by_collection__episode_by_upload_index"
class PrebuiltPresets: