Private GIT

Skip to content
Snippets Groups Projects
Commit 33fa3914 authored by sharkykh's avatar sharkykh Committed by miigotu
Browse files

Several fixes (#3203)

* Small typo from my last commit

* Fix for release_group not getting updated in the DB like release_name
when media file is manually erased by the user.

* Fix USE_SUBTITLES getting switched from bool to int,
and messing up table /history/.

* Fix for random "AA " lines in log.

Looks like it's the best place to check for this,
because on the more inner log functions I didn't see a better place for this check.

* Use local Trakt instead of pulling from the site, and a small adjustment.

At least until we start using TheTVDB for posters.

* Make sure no blank log lines get through to the log viewer.

* Adjust config_to_checkbox to return true or false, fixes some errors on changing config and saving when it is supposed to perform or skip subsequent actions. Fixes values sometimes being an int when expected to be bool. Add check_setting_bool

* Switch bool(check_setting_int calls to use check_setting_bool, set defaults fot the check_check_setting_* def_val params.

* Migrate configobj for season_folders_default

* SEASON_FOLDERS_DEFAULT to True

* Remove redundant rootDir.js includes
(already loaded in layouts/(main|config).mako

* (Missed one!) Remove redundant rootDir.js includes

* Finished code review
parent 353b7869
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment