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

update guide style

This commit is contained in:
Luke Pulverenti 2015-04-14 11:26:02 -04:00
parent d396001ad0
commit a472453e4b
3 changed files with 24 additions and 3 deletions

View file

@ -831,6 +831,8 @@
var deviceProfile = self.getDeviceProfile();
Dashboard.showLoadingMsg();
getPlaybackInfo(item.Id, deviceProfile, startPosition).done(function (playbackInfoResult) {
if (validatePlaybackInfoResult(playbackInfoResult)) {
@ -852,6 +854,7 @@
playInternalPostMediaSourceSelection(item, mediaSource, startPosition, callback);
}
} else {
Dashboard.hideLoadingMsg();
showPlaybackInfoErrorMessage('NoCompatibleStream');
}
}
@ -861,6 +864,8 @@
function playInternalPostMediaSourceSelection(item, mediaSource, startPosition, callback) {
Dashboard.hideLoadingMsg();
self.currentMediaSource = mediaSource;
self.currentItem = item;