mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Removed ignore relative urls
Replaced play/stop images on Series Editor with Font-Awesome
This commit is contained in:
parent
5220de5c66
commit
57206b7cee
2 changed files with 6 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
|||
var seriesId = 0;
|
||||
var saveSeasonIgnoreUrl = '../Command/SaveSeasonIgnore';
|
||||
var saveEpisodeIgnoreUrl = '../Command/SaveEpisodeIgnore';
|
||||
var saveSeasonIgnoreUrl = '/command/saveseasonignore';
|
||||
var saveEpisodeIgnoreUrl = '/command/saveepisodeignore';
|
||||
|
||||
var changeQualityType;
|
||||
var changeQualityData;
|
||||
var changeEpisodeQualityUrl = '../Episode/ChangeEpisodeQuality';
|
||||
var changeSeasonQualityUrl = '../Episode/ChangeSeasonQuality';
|
||||
var changeEpisodeQualityUrl = '/episode/changeepisodequality';
|
||||
var changeSeasonQualityUrl = '/episode/changeseasonquality';
|
||||
|
||||
//Episode Ignore Functions
|
||||
$(".ignoreEpisode").live("click", function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue