mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-28 16:53:30 +01:00
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
String -> string Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
parent
92aae268a3
commit
492bbc9e13
1 changed files with 1 additions and 1 deletions
|
|
@ -251,7 +251,7 @@ namespace MediaBrowser.MediaEncoding.Attachments
|
|||
|
||||
private string GetAttachmentCachePath(string mediaPath, MediaProtocol protocol, int attachmentStreamIndex)
|
||||
{
|
||||
String filename;
|
||||
string filename;
|
||||
if (protocol == MediaProtocol.File)
|
||||
{
|
||||
var date = _fileSystem.GetLastWriteTimeUtc(mediaPath);
|
||||
|
|
|
|||
Loading…
Reference in a new issue