diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-05 00:49:49 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-05-05 00:49:49 -0400 |
| commit | eb45e67c81811451cb64cb24dd8b136b4147d6e8 (patch) | |
| tree | 38a454ec77b06ac9d8cffd2d5cf1477744893fe5 /MediaBrowser.Controller/IO/FileSystem.cs | |
| parent | f236b2a0b3e18351efe963d7c756a9ae5ae2c7f2 (diff) | |
more on image uploading
Diffstat (limited to 'MediaBrowser.Controller/IO/FileSystem.cs')
| -rw-r--r-- | MediaBrowser.Controller/IO/FileSystem.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/IO/FileSystem.cs b/MediaBrowser.Controller/IO/FileSystem.cs index cbe561fdf..e5f80533a 100644 --- a/MediaBrowser.Controller/IO/FileSystem.cs +++ b/MediaBrowser.Controller/IO/FileSystem.cs @@ -55,7 +55,7 @@ namespace MediaBrowser.Controller.IO try { - return info.LastAccessTimeUtc; + return info.LastWriteTimeUtc; } catch (Exception ex) { |
