Parcourir la source

hopefully last stupid typo in apppaths...

ebr11 Eric Reed spam il y a 13 ans
Parent
commit
d6f07f9764
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      MediaBrowser.Common/Configuration/ApplicationPaths.cs

+ 1 - 1
MediaBrowser.Common/Configuration/ApplicationPaths.cs

@@ -188,7 +188,7 @@ namespace MediaBrowser.Common.Configuration
                     }
                 }
 
-                return _pluginsPath;
+                return _ibnPath;
             }
         }