Skip to content

Commit

Permalink
Fix now-useless and breaking 0.91 migration.
Browse files Browse the repository at this point in the history
  • Loading branch information
SchizoDuckie committed Jan 31, 2015
1 parent c086fe8 commit a2e70f2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions js/services/MigrationService.js
Expand Up @@ -55,14 +55,6 @@ angular.module('DuckieTV.providers.migrations', ['ui.bootstrap.modal', 'DuckieTV
}, 10000);
}

if (!localStorage.getItem('0.91fixoldpiratebay')) {
var clients = SettingsService.get('torrenting.genericClients');
clients.OldPirateBay.mirror = 'https://oldpiratebay.org';
delete clients['Torrents.fm'];
SettingsService.set('torrenting.genericClients', clients);
localStorage.setItem('0.91fixoldpiratebay', true);
}

// fix shows that have no watched but do have watchedAt
if (!localStorage.getItem('0.91migration')) {
setTimeout(function() {
Expand Down

0 comments on commit a2e70f2

Please sign in to comment.