добавлено полное апи sonarr
This commit is contained in:
33
src/components/monitors.js
Normal file
33
src/components/monitors.js
Normal file
@@ -0,0 +1,33 @@
|
||||
export const movieMonitor = [
|
||||
{
|
||||
id: "movieAndCollection",
|
||||
name: "Все части"
|
||||
},
|
||||
{
|
||||
id: "movieOnly",
|
||||
name: "Только этот фильм"
|
||||
}
|
||||
]
|
||||
|
||||
export const tvMonitor = [
|
||||
{
|
||||
id: "all",
|
||||
name: "Все серии"
|
||||
},
|
||||
{
|
||||
id: "future",
|
||||
name: "Новые серии"
|
||||
},
|
||||
{
|
||||
id: "firstSeason",
|
||||
name: "Первый сезон"
|
||||
},
|
||||
{
|
||||
id: "lastSeason",
|
||||
name: "Последний сезон"
|
||||
},
|
||||
{
|
||||
id: "latestSeason",
|
||||
name: "Последние сезоны"
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user