mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 15:48:05 +00:00
fix: disable badge count for sessions
This commit is contained in:
@@ -29,7 +29,7 @@ export const useSessions = ({ refetchInterval = 5 * 1000, activeWithinSeconds =
|
||||
.filter((s) => s.NowPlayingItem)
|
||||
.sort((a, b) => (b.NowPlayingItem?.Name ?? "").localeCompare(a.NowPlayingItem?.Name ?? ""));
|
||||
|
||||
Notifications.setBadgeCountAsync(result.length);
|
||||
// Notifications.setBadgeCountAsync(result.length);
|
||||
return result
|
||||
},
|
||||
refetchInterval: refetchInterval,
|
||||
|
||||
Reference in New Issue
Block a user