mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-25 15:22:42 +00:00
Fix typo: loseless to lossless
This commit is contained in:
parent
463ead6579
commit
b3b93db643
2 changed files with 2 additions and 2 deletions
|
@ -104,7 +104,7 @@ protected override RemoteAlbum CreateRemoteAlbum()
|
||||||
torrentInfo.Title = remoteAlbum.Release.Title;
|
torrentInfo.Title = remoteAlbum.Release.Title;
|
||||||
torrentInfo.DownloadUrl = remoteAlbum.Release.DownloadUrl;
|
torrentInfo.DownloadUrl = remoteAlbum.Release.DownloadUrl;
|
||||||
torrentInfo.DownloadProtocol = remoteAlbum.Release.DownloadProtocol;
|
torrentInfo.DownloadProtocol = remoteAlbum.Release.DownloadProtocol;
|
||||||
torrentInfo.MagnetUrl = "magnet:?xt=urn:btih:755248817d32b00cc853e633ecdc48e4c21bff15&dn=Artist.Album.FLAC.loseless-DEFiNE%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710";
|
torrentInfo.MagnetUrl = "magnet:?xt=urn:btih:755248817d32b00cc853e633ecdc48e4c21bff15&dn=Artist.Album.FLAC.lossless-DEFiNE%5Brartv%5D&tr=http%3A%2F%2Ftracker.trackerfix.com%3A80%2Fannounce&tr=udp%3A%2F%2F9.rarbg.me%3A2710&tr=udp%3A%2F%2F9.rarbg.to%3A2710";
|
||||||
|
|
||||||
remoteAlbum.Release = torrentInfo;
|
remoteAlbum.Release = torrentInfo;
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ public static List<FieldSelectOption> GetFieldSelectOptions(List<NewznabCategory
|
||||||
Name = "Music",
|
Name = "Music",
|
||||||
Subcategories = new List<NewznabCategory>
|
Subcategories = new List<NewznabCategory>
|
||||||
{
|
{
|
||||||
new NewznabCategory { Id = 3040, Name = "Loseless" },
|
new NewznabCategory { Id = 3040, Name = "Lossless" },
|
||||||
new NewznabCategory { Id = 3010, Name = "MP3" },
|
new NewznabCategory { Id = 3010, Name = "MP3" },
|
||||||
new NewznabCategory { Id = 3050, Name = "Other" },
|
new NewznabCategory { Id = 3050, Name = "Other" },
|
||||||
new NewznabCategory { Id = 3030, Name = "Audiobook" }
|
new NewznabCategory { Id = 3030, Name = "Audiobook" }
|
||||||
|
|
Loading…
Reference in a new issue