|
|
@ -38,7 +38,9 @@ export default class PlexLibrary extends InternalService<Application> |
|
|
|
/** |
|
|
|
* The service name |
|
|
|
*/ |
|
|
|
public get name() { return "Plex Library" } |
|
|
|
public get name() { |
|
|
|
return "Plex Library"; |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Boot the Plex library service |
|
|
@ -55,11 +57,6 @@ export default class PlexLibrary extends InternalService<Application> |
|
|
|
this.updateMovies(); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* Shutdown the Plex library service |
|
|
|
*/ |
|
|
|
public async shutdown() {} |
|
|
|
|
|
|
|
/** |
|
|
|
* Update the movie catalog |
|
|
|
*/ |
|
|
|