Minor cast refactor
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user