From 97a11da208b386d65ac9058b99cdcb635a69b603 Mon Sep 17 00:00:00 2001 From: LukePulverenti Luke Pulverenti luke pulverenti Date: Fri, 7 Sep 2012 15:22:37 -0400 Subject: Fixed updating last login date on AuthenticateUser --- MediaBrowser.Controller/Library/ItemController.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'MediaBrowser.Controller/Library/ItemController.cs') 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 { -- cgit v1.2.3