1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-04-15 11:56:58 +02:00
This commit is contained in:
Taloth Saldono 2020-12-25 16:14:56 +01:00
parent 090cdc364e
commit b60d4f46d2

View File

@ -77,7 +77,7 @@ class ResourceApi {
fetch(url, options) {
return this.api.fetch(`${this.url}${url}`, options);
}
};
}
class ConsoleApi {
constructor() {