diff options
| author | Bond-009 <bond.009@outlook.com> | 2019-11-13 16:40:34 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-11-13 16:40:34 +0100 |
| commit | d161b9cbfcb9e149a2d4c9acfb5bae0b7ee333e3 (patch) | |
| tree | 97d2e65afeb483c5d4d2a95ac0a03c8996773225 /MediaBrowser.Api/BaseApiService.cs | |
| parent | aea4ef94713cc6806dc3bfc2bb31b8f05160e4e7 (diff) | |
Fix GetPathValue function for DLNA service
Diffstat (limited to 'MediaBrowser.Api/BaseApiService.cs')
| -rw-r--r-- | MediaBrowser.Api/BaseApiService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/BaseApiService.cs b/MediaBrowser.Api/BaseApiService.cs index 55e25e079..e8ecf37d4 100644 --- a/MediaBrowser.Api/BaseApiService.cs +++ b/MediaBrowser.Api/BaseApiService.cs @@ -1,5 +1,4 @@ using System; -using System.Collections.Generic; using System.Linq; using MediaBrowser.Controller.Dto; using MediaBrowser.Controller.Entities; |
