mirror of
https://github.com/seerr-team/seerr.git
synced 2026-06-15 20:09:33 -04:00
chore: apply linting
This commit is contained in:
@@ -450,7 +450,6 @@ class SonarrAPI extends ServarrBase<{
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
export default SonarrAPI;
|
||||
|
||||
@@ -7,7 +7,7 @@ import { MediaStatus, MediaType } from '@server/constants/media';
|
||||
import { getRepository } from '@server/datasource';
|
||||
import Media from '@server/entity/Media';
|
||||
import { Watchlist } from '@server/entity/Watchlist';
|
||||
import { getSettings, MetadataProviderType } from '@server/lib/settings';
|
||||
import { MetadataProviderType, getSettings } from '@server/lib/settings';
|
||||
import logger from '@server/logger';
|
||||
import { mapTvResult } from '@server/models/Search';
|
||||
import { mapSeasonWithEpisodes, mapTvDetails } from '@server/models/Tv';
|
||||
|
||||
Reference in New Issue
Block a user