1
0
Fork 0
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:
Luke Pulverenti 2017-01-13 02:26:22 -05:00
parent ba15a638ba
commit ce58a73714
8 changed files with 60 additions and 35 deletions

View file

@ -54,7 +54,7 @@
function getPeriodicMessageIntervalMs(feature) {
if (feature === 'playback') {
return 172800000;
return 43200000;
}
return 0;