rest player after stopping

This commit is contained in:
Luke Pulverenti 2015-03-26 16:48:24 -04:00
parent 7d1a33d242
commit dfce8df586
2 changed files with 3 additions and 6 deletions

View File

@ -1125,7 +1125,6 @@
message: errorMsg
});
}).on("click.mediaplayerevent", function (e) {
if (this.paused) {

View File

@ -1286,12 +1286,10 @@
self.currentMediaSource = null;
}
if (self.currentItem && self.currentItem.MediaType == "Video") {
if (self.isFullScreen()) {
self.exitFullScreen();
}
self.resetEnhancements();
}
};
self.isPlaying = function () {