refactor: prettier write

This commit is contained in:
Aleksi Lassila
2025-03-19 00:06:20 +02:00
parent df76794f1f
commit fb40a8e2bc
6 changed files with 20 additions and 19 deletions

View File

@@ -31,7 +31,6 @@ export class LibraryService {
? await this.metadataService.getMovieByTmdbId(item.tmdbId)
: undefined;
return LibraryItemDto2.create({
libraryItem: item,
seriesMetadata,