Skip to content

Commit

Permalink
nightly-02412161159
Browse files Browse the repository at this point in the history
  • Loading branch information
garfield69 committed Dec 15, 2024
1 parent 0f69ee2 commit 1284de7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/controllers/settings/BackupCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ DuckieTV.controller('BackupCtrl', ['$rootScope', '$scope', '$filter', 'BackupSer
// adjust other settings
SettingsService.set('autodownload.lastrun', new Date().getTime())
SettingsService.set('torrenting.enabled', torrentingEnabled) // restore torrenting setting to value prior to restore
if (localStorage.getItem('torrenting.client') == "qBittorrent 3.2+") {
console.info('found qBittorrent 3.2+, switching to qBittorrent 4.1+')
localStorage.setItem('torrenting.client', 'qBittorrent 4.1+')
}

// save series/seasons/episodes
angular.forEach(result.series, function(data, TRAKTorTVDB_ID) {
Expand Down

0 comments on commit 1284de7

Please sign in to comment.