Browse Source

hopefully last stupid typo in apppaths...

ebr11 Eric Reed spam 13 years ago
parent
commit
d6f07f9764
1 changed files with 1 additions and 1 deletions
  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;
             }
             }
         }
         }