Skip to content

Commit

Permalink
Update for bf2fbb0
Browse files Browse the repository at this point in the history
 - Unicode failure
  • Loading branch information
vBm committed Oct 14, 2014
1 parent bf2fbb0 commit 2233a20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addic7ed.followshows.user.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// ==UserScript==
// ==UserScript==
// @name FollowShows Subtitles
// @namespace followshows
// @description Link addic7ed subs
Expand All @@ -9,7 +9,7 @@
// @supportURL https://github.com/vBm/snippets/issues
// @include http://followshows.com/show/*
// @include http://www.followshows.com/show/*
// @version 1.7.5
// @version 1.7.5.1
// @date 14/10/2014
// @grant none
// ==/UserScript==
Expand All @@ -23,7 +23,7 @@ var showInfoEpisodeName = $('.episode-title').text();
// Silly addic7ed is not using always the same name of the shows like followshows.
var addic7ed = {
'Legends (TNT)': 'Legends_(2014)',
'Äkta Människor': 'Real_Humans_(Äkta_Människor)'
'Äkta Människor': 'Real_Humans_(Äkta_Människor)'
};

showInfoName = addic7ed[showInfoName] || showInfoName;
Expand Down

0 comments on commit 2233a20

Please sign in to comment.