diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-05 23:39:16 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-02-05 23:39:16 -0500 |
| commit | 821a3d29a228feaa3ac4d36c58ee478a405e0481 (patch) | |
| tree | 48925fa069c1b57cc3c126b58194740c191359c1 /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | 64eb8c82a3e82d84ac827aa35a55fdface9ac783 (diff) | |
converted movie providers to new system
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 79b2651d5..17520ba1c 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -75,15 +75,7 @@ namespace MediaBrowser.Api.Library if (locationType != LocationType.Remote && locationType != LocationType.Virtual) { - try - { - return c.PhysicalLocations; - } - catch (Exception ex) - { - Logger.ErrorException("Error getting ResolveArgs for {0}", ex, c.Path); - } - + return c.PhysicalLocations; } return new List<string>(); |
