mirror of
https://github.com/Readarr/Readarr
synced 2026-05-08 12:42:51 +02: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 = {
|
export const defaultState = {
|
||||||
options: {
|
options: {
|
||||||
includeUnknownAuthorItems: false
|
includeUnknownAuthorItems: true
|
||||||
},
|
},
|
||||||
|
|
||||||
status: {
|
status: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue