No data available
; 20 | } 21 | 22 | returnMost Active Day
19 |{formatDate(date)}
25 |26 | {formatDuration(data.total_duration)} watched 27 |
28 |Total Watch Time
16 |{formatDuration(data)}
22 |23 | Total time spent watching 24 |
25 |Danger area
47 |Full sync task
48 |49 | Syncs all items, users, libraries and watch statistics from your 50 | Jellyfin server. 51 |
52 |Last run: {lastRun}
53 |Sync libraries
26 |27 | Sync libraries from the server to the database. 28 |
29 |Sync users
26 |Sync users from the server to the database.
27 |Version
9 |10 | {process.env.NEXT_PUBLIC_VERSION || "Not available"} 11 |
12 |15 | Commit SHA 16 |
17 |18 | {process.env.NEXT_PUBLIC_COMMIT_SHA?.substring(0, 7) || 19 | "Not available"} 20 |
21 |Jellyfin ID: {user.jellyfin_id}
32 |Oops! Page not found
9 |11 | The page you're looking for doesn't exist or has been moved. 12 |
13 |17 | {subtitle} 18 |
19 | )} 20 |
6 | {process.env.NEXT_PUBLIC_VERSION ?? "edge"}
7 | {sha && ` (${sha})`}
8 |
9 |