Commit 131a90f 1 parent dc5177a commit 131a90f Copy full SHA for 131a90f
File tree 1 file changed +1
-11
lines changed
apps/backend/src/miscellaneous
1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -60,17 +60,7 @@ meta! {
60
60
InProgress , ( None , "Media items that I am currently watching." ) ;
61
61
Completed , ( None , "Media items that I have completed." ) ;
62
62
Custom , ( None , "Items that I have created manually." ) ;
63
- Monitoring , ( Some (
64
- vec![
65
- CollectionExtraInformation {
66
- name: "Days" . to_string( ) ,
67
- description: "How many days do you want to monitor for?" . to_string( ) ,
68
- lot: CollectionExtraInformationLot :: Number ,
69
- default_value: Some ( "30" . to_string( ) ) ,
70
- required: None ,
71
- } ,
72
- ]
73
- ) , "Items that I am keeping an eye on." ) ;
63
+ Monitoring , ( None , "Items that I am keeping an eye on." ) ;
74
64
Owned , ( Some (
75
65
vec![
76
66
CollectionExtraInformation {
You can’t perform that action at this time.
0 commit comments