mirror of
https://github.com/sct/overseerr.git
synced 2025-09-27 04:22:37 +02:00
style: bump prettier and format app
This commit is contained in:
@@ -10,7 +10,8 @@ type SyncStatus = StatusBase & {
|
||||
|
||||
class RadarrScanner
|
||||
extends BaseScanner<RadarrMovie>
|
||||
implements RunnableScanner<SyncStatus> {
|
||||
implements RunnableScanner<SyncStatus>
|
||||
{
|
||||
private servers: RadarrSettings[];
|
||||
private currentServer: RadarrSettings;
|
||||
private radarrApi: RadarrAPI;
|
||||
|
Reference in New Issue
Block a user