mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix recent activity episode titles
This commit is contained in:
parent
ba15a638ba
commit
ce58a73714
8 changed files with 60 additions and 35 deletions
|
@ -54,7 +54,7 @@
|
|||
function getPeriodicMessageIntervalMs(feature) {
|
||||
|
||||
if (feature === 'playback') {
|
||||
return 172800000;
|
||||
return 43200000;
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue