mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 07:29:04 -07:00
Commas added where missing
This commit is contained in:
parent
3b577fe73b
commit
cf974234ea
1 changed files with 6 additions and 6 deletions
|
|
@ -73,15 +73,15 @@ interface IFileNames {
|
|||
}
|
||||
interface IParsedRequestResult {
|
||||
data: {
|
||||
movie: {
|
||||
movie?: {
|
||||
movieFile: {
|
||||
movieId: number
|
||||
}
|
||||
}
|
||||
series: {
|
||||
},
|
||||
},
|
||||
series?: {
|
||||
id: number
|
||||
}
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
interface IRefreshDelegates {
|
||||
getIdFromParseRequestResult: (parseRequestResult: IParsedRequestResult) => number,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue