more on image uploading

This commit is contained in:
Luke Pulverenti
2013-05-05 00:49:49 -04:00
parent f236b2a0b3
commit eb45e67c81
12 changed files with 601 additions and 27 deletions

View File

@@ -55,7 +55,7 @@ namespace MediaBrowser.Controller.IO
try
{
return info.LastAccessTimeUtc;
return info.LastWriteTimeUtc;
}
catch (Exception ex)
{