Tsarr Documentation - v1.8.0
Preparing search index...
Lidarr
HistoryResource
Type Alias HistoryResource
type
HistoryResource
=
{
id
?:
number
;
albumId
?:
number
;
artistId
?:
number
;
trackId
?:
number
;
sourceTitle
?:
string
|
null
;
quality
?:
Lidarr
.
QualityModel
;
customFormats
?:
Lidarr
.
CustomFormatResource
[]
|
null
;
customFormatScore
?:
number
;
qualityCutoffNotMet
?:
boolean
;
date
?:
string
;
downloadId
?:
string
|
null
;
eventType
?:
Lidarr
.
EntityHistoryEventType
;
data
?:
{
[
key
:
string
]:
string
|
null
}
|
null
;
album
?:
AlbumResource
;
artist
?:
ArtistResource
;
track
?:
TrackResource
;
}
Index
Properties
id?
album
Id?
artist
Id?
track
Id?
source
Title?
quality?
custom
Formats?
custom
Format
Score?
quality
Cutoff
Not
Met?
date?
download
Id?
event
Type?
data?
album?
artist?
track?
Properties
Optional
id
id
?:
number
Optional
album
Id
albumId
?:
number
Optional
artist
Id
artistId
?:
number
Optional
track
Id
trackId
?:
number
Optional
source
Title
sourceTitle
?:
string
|
null
Optional
quality
quality
?:
Lidarr
.
QualityModel
Optional
custom
Formats
customFormats
?:
Lidarr
.
CustomFormatResource
[]
|
null
Optional
custom
Format
Score
customFormatScore
?:
number
Optional
quality
Cutoff
Not
Met
qualityCutoffNotMet
?:
boolean
Optional
date
date
?:
string
Optional
download
Id
downloadId
?:
string
|
null
Optional
event
Type
eventType
?:
Lidarr
.
EntityHistoryEventType
Optional
data
data
?:
{
[
key
:
string
]:
string
|
null
}
|
null
Optional
album
album
?:
AlbumResource
Optional
artist
artist
?:
ArtistResource
Optional
track
track
?:
TrackResource
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
album
Id
artist
Id
track
Id
source
Title
quality
custom
Formats
custom
Format
Score
quality
Cutoff
Not
Met
date
download
Id
event
Type
data
album
artist
track
Tsarr Documentation - v1.8.0
Loading...