aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Library/ItemController.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-07 15:22:37 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-07 15:22:37 -0400
commit97a11da208b386d65ac9058b99cdcb635a69b603 (patch)
tree3e6039adc325454f388fa4f5282db10128476d70 /MediaBrowser.Controller/Library/ItemController.cs
parent24d221709dec35456dc2702d5ddb7cfa204bd8bd (diff)
Fixed updating last login date on AuthenticateUser
Diffstat (limited to 'MediaBrowser.Controller/Library/ItemController.cs')
-rw-r--r--MediaBrowser.Controller/Library/ItemController.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.Controller/Library/ItemController.cs b/MediaBrowser.Controller/Library/ItemController.cs
index a09f63401..2dae0de04 100644
--- a/MediaBrowser.Controller/Library/ItemController.cs
+++ b/MediaBrowser.Controller/Library/ItemController.cs
@@ -1,11 +1,11 @@
-using System;
+using MediaBrowser.Controller.IO;
+using MediaBrowser.Model.Entities;
+using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
-using MediaBrowser.Controller.IO;
-using MediaBrowser.Model.Entities;
namespace MediaBrowser.Controller.Library
{