mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix build
This commit is contained in:
parent
f470541e59
commit
b8f54a3174
5 changed files with 62 additions and 9 deletions
|
@ -159,6 +159,12 @@
|
|||
return null;
|
||||
};
|
||||
|
||||
self.stop = function () {
|
||||
if (mediaElement) {
|
||||
mediaElement.pause();
|
||||
}
|
||||
};
|
||||
|
||||
self.pause = function () {
|
||||
if (mediaElement) {
|
||||
mediaElement.pause();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue