mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-04-24 13:57:11 -04:00
Fixed: (SubsPlease) fix offset release time issues
This commit is contained in:
parent
6a9155bcf5
commit
d32a94c14d
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ namespace NzbDrone.Core.Indexers.Definitions
|
|||
var release = new TorrentInfo
|
||||
{
|
||||
InfoUrl = _settings.BaseUrl + $"shows/{value.Page}/",
|
||||
PublishDate = value.ReleaseDate.DateTime,
|
||||
PublishDate = value.ReleaseDate.LocalDateTime,
|
||||
Files = 1,
|
||||
Categories = new List<IndexerCategory> { NewznabStandardCategory.TVAnime },
|
||||
Seeders = 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue