Stability (I hope) (#2688)
This commit is contained in:
parent
92ad7db918
commit
7e61cca92d
30 changed files with 3336 additions and 177 deletions
|
@ -33,6 +33,10 @@ export class MetadataService {
|
|||
return this.httpClient.get<SeriesDetailPlus | null>(this.baseUrl + 'metadata/series-detail-plus?seriesId=' + seriesId + '&libraryType=' + libraryType);
|
||||
}
|
||||
|
||||
forceRefreshFromPlus(seriesId: number) {
|
||||
return this.httpClient.post(this.baseUrl + 'metadata/force-refresh?seriesId=' + seriesId, {});
|
||||
}
|
||||
|
||||
getAllAgeRatings(libraries?: Array<number>) {
|
||||
let method = 'metadata/age-ratings'
|
||||
if (libraries != undefined && libraries.length > 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue