mirror of
https://github.com/Radarr/Radarr
synced 2025-03-03 18:36:41 +00:00
Fixed: Paging on Day and Week Cal View
This commit is contained in:
parent
6d87b5dfec
commit
12245d0956
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ import { executeCommandHelper } from './commandActions';
|
|||
export const section = 'calendar';
|
||||
|
||||
const viewRanges = {
|
||||
[calendarViews.DAY]: 'day',
|
||||
[calendarViews.WEEK]: 'week',
|
||||
[calendarViews.MONTH]: 'month',
|
||||
[calendarViews.FORECAST]: 'day'
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue