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

make chapter images a per-library setting

This commit is contained in:
Luke Pulverenti 2016-08-29 17:06:24 -04:00
parent fc63d39e27
commit 0659c5bdc1
6 changed files with 41 additions and 61 deletions

View file

@ -1250,10 +1250,16 @@
var errorMsg = Globalize.translate('MessageErrorPlayingVideo');
var item = self.currentItem;
var mediaSource = self.currentMediaSource;
if (item && item.Type == "TvChannel") {
errorMsg += '<p>';
errorMsg += '<br/>';
errorMsg += '<br/>';
errorMsg += Globalize.translate('MessageEnsureOpenTuner');
errorMsg += '</p>';
}
if (mediaSource && mediaSource.VideoType != "VideoFile") {
errorMsg += '<br/>';
errorMsg += '<br/>';
errorMsg += Globalize.translate('MessageFolderRipPlaybackExperimental');
}
Dashboard.alert({