mirror of
https://github.com/Readarr/Readarr
synced 2025-12-09 18:03:01 +01:00
New: Display Unknown Items in Activity Queue by Default
This commit is contained in:
parent
9a2260a00f
commit
e4fdf71eee
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ const paged = `${section}.paged`;
|
|||
|
||||
export const defaultState = {
|
||||
options: {
|
||||
includeUnknownAuthorItems: false
|
||||
includeUnknownAuthorItems: true
|
||||
},
|
||||
|
||||
status: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue