From dda81ec5bf2486d9a9b208a84f010b9f894931db Mon Sep 17 00:00:00 2001 From: iPromKnight Date: Sun, 10 Mar 2024 23:37:16 +0000 Subject: [PATCH] accidentally skipped build on last pr tired.. --- src/node/consumer/src/lib/services/torrent_entries_service.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/node/consumer/src/lib/services/torrent_entries_service.ts b/src/node/consumer/src/lib/services/torrent_entries_service.ts index 60f9236..dfb17ff 100644 --- a/src/node/consumer/src/lib/services/torrent_entries_service.ts +++ b/src/node/consumer/src/lib/services/torrent_entries_service.ts @@ -86,7 +86,6 @@ export class TorrentEntriesService implements ITorrentEntriesService { contents: fileCollection.contents, subtitles: fileCollection.subtitles }); - newTorrent.type = newTorrent.type.toLowerCase(); return this.repository.createTorrent(newTorrent)