mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-11 07:37:10 -07:00
Removed redunent UTC/non-utc File/dire methods.
everything is in UTC now.
This commit is contained in:
parent
9d8e4de7b4
commit
ef1e290311
17 changed files with 52 additions and 85 deletions
|
@ -43,7 +43,7 @@ namespace NzbDrone.Api.Logs
|
|||
{
|
||||
Id = i + 1,
|
||||
Filename = filename,
|
||||
LastWriteTime = _diskProvider.FileGetLastWriteUtc(file),
|
||||
LastWriteTime = _diskProvider.FileGetLastWrite(file),
|
||||
ContentsUrl = String.Format("{0}/api/{1}/{2}", _configFileProvider.UrlBase, Resource, filename),
|
||||
DownloadUrl = String.Format("{0}/{1}/{2}", _configFileProvider.UrlBase, DownloadUrlRoot, filename)
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue