mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
accidentally skipped build on last pr
tired..
This commit is contained in:
@@ -86,7 +86,6 @@ export class TorrentEntriesService implements ITorrentEntriesService {
|
|||||||
contents: fileCollection.contents,
|
contents: fileCollection.contents,
|
||||||
subtitles: fileCollection.subtitles
|
subtitles: fileCollection.subtitles
|
||||||
});
|
});
|
||||||
|
|
||||||
newTorrent.type = newTorrent.type.toLowerCase();
|
newTorrent.type = newTorrent.type.toLowerCase();
|
||||||
|
|
||||||
return this.repository.createTorrent(newTorrent)
|
return this.repository.createTorrent(newTorrent)
|
||||||
|
|||||||
Reference in New Issue
Block a user