fix: Timeline should should show folder media even without camera support (#2216)
- Closes #2205
This commit is contained in:
@@ -253,7 +253,7 @@ describe('getViewByParameters', () => {
|
||||
view: 'snapshots',
|
||||
},
|
||||
}),
|
||||
).toThrowError(/The selected camera does not support this view/);
|
||||
).toThrowError(/The selected camera or media does not support this view/);
|
||||
});
|
||||
|
||||
it('should choose live view with failsafe', () => {
|
||||
|
||||
Reference in New Issue
Block a user