mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fixes #689 - Support grouping latest items
This commit is contained in:
parent
eeafc46d94
commit
46f9a6a331
28 changed files with 382 additions and 144 deletions
|
@ -1104,7 +1104,7 @@
|
|||
$(self).trigger('playstatechange', [state]);
|
||||
};
|
||||
|
||||
$(window).on("beforeunload popstate", function () {
|
||||
$(window).on("beforeunload", function () {
|
||||
|
||||
// Try to report playback stopped before the browser closes
|
||||
if (self.currentItem && self.currentMediaElement && currentProgressInterval) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue