Update MediaBrowser.MediaEncoding/Attachments/AttachmentExtractor.cs

String -> string

Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/1838/head
Andrew Mahone 5 years ago committed by GitHub
parent 92aae268a3
commit 492bbc9e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save