Tsarr Documentation - v1.8.0
Preparing search index...
Lidarr
AlbumReleaseResource
Type Alias AlbumReleaseResource
type
AlbumReleaseResource
=
{
id
?:
number
;
albumId
?:
number
;
foreignReleaseId
?:
string
|
null
;
title
?:
string
|
null
;
status
?:
string
|
null
;
duration
?:
number
;
trackCount
?:
number
;
media
?:
MediumResource
[]
|
null
;
mediumCount
?:
number
;
disambiguation
?:
string
|
null
;
country
?:
string
[]
|
null
;
label
?:
string
[]
|
null
;
format
?:
string
|
null
;
monitored
?:
boolean
;
}
Index
Properties
id?
album
Id?
foreign
Release
Id?
title?
status?
duration?
track
Count?
media?
medium
Count?
disambiguation?
country?
label?
format?
monitored?
Properties
Optional
id
id
?:
number
Optional
album
Id
albumId
?:
number
Optional
foreign
Release
Id
foreignReleaseId
?:
string
|
null
Optional
title
title
?:
string
|
null
Optional
status
status
?:
string
|
null
Optional
duration
duration
?:
number
Optional
track
Count
trackCount
?:
number
Optional
media
media
?:
MediumResource
[]
|
null
Optional
Readonly
medium
Count
mediumCount
?:
number
Optional
disambiguation
disambiguation
?:
string
|
null
Optional
country
country
?:
string
[]
|
null
Optional
label
label
?:
string
[]
|
null
Optional
format
format
?:
string
|
null
Optional
monitored
monitored
?:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
album
Id
foreign
Release
Id
title
status
duration
track
Count
media
medium
Count
disambiguation
country
label
format
monitored
Tsarr Documentation - v1.8.0
Loading...