mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Minor cast refactor
This commit is contained in:
parent
57eb18290f
commit
591484aec6
1 changed files with 5 additions and 1 deletions
|
@ -1296,7 +1296,11 @@
|
|||
self.currentTimeElement.html(timeText);
|
||||
};
|
||||
|
||||
self.changeStream = self.seek = function (position) {
|
||||
self.changeStream = function (position) {
|
||||
castPlayer.seekMedia(position);
|
||||
};
|
||||
|
||||
self.seek = function (position) {
|
||||
castPlayer.seekMedia(position);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue