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:
parent
fc63d39e27
commit
0659c5bdc1
6 changed files with 41 additions and 61 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue