mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-14 17:13:49 -07:00
New: Option to control which new artist albums get monitored
(cherry picked from commit c51ae664aa6e6f5330be67e68476af76c55352f5)
This commit is contained in:
parent
d0fd0024e3
commit
2318c43536
41 changed files with 795 additions and 160 deletions
7
frontend/src/Utilities/Artist/monitorNewItemsOptions.js
Normal file
7
frontend/src/Utilities/Artist/monitorNewItemsOptions.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
const monitorNewItemsOptions = [
|
||||
{ key: 'all', value: 'All Albums' },
|
||||
{ key: 'none', value: 'None' },
|
||||
{ key: 'new', value: 'New' }
|
||||
];
|
||||
|
||||
export default monitorNewItemsOptions;
|
Loading…
Add table
Add a link
Reference in a new issue