From a2e70f2a3e63ae51f1ab786d993c642b52d96a53 Mon Sep 17 00:00:00 2001 From: SchizoDuckie Date: Sat, 31 Jan 2015 18:12:26 +0100 Subject: [PATCH] Fix now-useless and breaking 0.91 migration. --- js/services/MigrationService.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/js/services/MigrationService.js b/js/services/MigrationService.js index 368c90f9a..3f6a8cfb2 100644 --- a/js/services/MigrationService.js +++ b/js/services/MigrationService.js @@ -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() {