mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 02:35:54 -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 {
|
interface IParsedRequestResult {
|
||||||
data: {
|
data: {
|
||||||
movie: {
|
movie?: {
|
||||||
movieFile: {
|
movieFile: {
|
||||||
movieId: number
|
movieId: number
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
series: {
|
series?: {
|
||||||
id: number
|
id: number
|
||||||
}
|
},
|
||||||
}
|
},
|
||||||
}
|
}
|
||||||
interface IRefreshDelegates {
|
interface IRefreshDelegates {
|
||||||
getIdFromParseRequestResult: (parseRequestResult: IParsedRequestResult) => number,
|
getIdFromParseRequestResult: (parseRequestResult: IParsedRequestResult) => number,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue