mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
Fix 'All' filter for calendar page
This commit is contained in:
parent
62e5078aeb
commit
f33abc7b85
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ const useCalendar = () => {
|
|||
return acc;
|
||||
},
|
||||
{
|
||||
includeUnmonitored: false,
|
||||
includeUnmonitored: true,
|
||||
includeSpecials: true,
|
||||
}
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue