Explorar el Código

Fixed namespace

LukePulverenti Luke Pulverenti luke pulverenti hace 12 años
padre
commit
af7744a1fd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.Controller/Entities/UserItemData.cs

+ 1 - 1
MediaBrowser.Controller/Entities/UserItemData.cs

@@ -1,7 +1,7 @@
 using System;
 using System.Runtime.Serialization;
 
-namespace MediaBrowser.Model.Entities
+namespace MediaBrowser.Controller.Entities
 {
     public class UserItemData
     {