1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update guide icon

This commit is contained in:
Luke Pulverenti 2016-12-18 01:18:42 -05:00
parent e8446c0dfe
commit 71980ad405
3 changed files with 6 additions and 6 deletions

View file

@ -14,12 +14,12 @@
},
"devDependencies": {},
"ignore": [],
"version": "1.4.390",
"_release": "1.4.390",
"version": "1.4.391",
"_release": "1.4.391",
"_resolution": {
"type": "version",
"tag": "1.4.390",
"commit": "075f424628a8208d15eca0ed024fe4d8f6bf43fa"
"tag": "1.4.391",
"commit": "9a257cba74955044faf6fbcce9c8dccdfe3ea3c6"
},
"_source": "https://github.com/MediaBrowser/emby-webcomponents.git",
"_target": "^1.2.1",

View file

@ -871,7 +871,7 @@
var icon = cell.querySelector('.timerIcon');
if (!icon) {
cell.insertAdjacentHTML('beforeend', '<i class="timerIcon md-icon">&#xE061;</i>');
cell.insertAdjacentHTML('beforeend', '<i class="timerIcon md-icon programIcon">&#xE061;</i>');
}
if (newTimerId) {

View file

@ -317,7 +317,7 @@
"LabelStopWhenPossible": "Stop when possible:",
"MinutesBefore": "minutes before",
"MinutesAfter": "minutes after",
"SkipEpisodesAlreadyInMyLibrary": "Skip episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibrary": "Don't record episodes that are already in my library",
"SkipEpisodesAlreadyInMyLibraryHelp": "Episodes will be compared using season and episode numbers, when available.",
"LabelKeepUpTo": "Keep up to:",
"AsManyAsPossible": "As many as possible",