mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs
String -> string Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user