diff options
| author | dkanada <dkanada@users.noreply.github.com> | 2020-06-04 23:57:57 +0900 |
|---|---|---|
| committer | dkanada <dkanada@users.noreply.github.com> | 2020-06-04 23:57:57 +0900 |
| commit | b7f4b8e2b5a61e3784b3e5dc68c1123bddbff264 (patch) | |
| tree | 52973ae8430ceeb62bb877a0fd6680d518d3b6b8 /MediaBrowser.Api/Devices/DeviceService.cs | |
| parent | 836741f2aa6d2140051a50f746602e4b8c63a231 (diff) | |
initial implementation for custom plugin repositories
Diffstat (limited to 'MediaBrowser.Api/Devices/DeviceService.cs')
| -rw-r--r-- | MediaBrowser.Api/Devices/DeviceService.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Devices/DeviceService.cs b/MediaBrowser.Api/Devices/DeviceService.cs index dd3f3e738..18860983e 100644 --- a/MediaBrowser.Api/Devices/DeviceService.cs +++ b/MediaBrowser.Api/Devices/DeviceService.cs @@ -92,7 +92,6 @@ namespace MediaBrowser.Api.Devices var sessions = _authRepo.Get(new AuthenticationInfoQuery { DeviceId = request.Id - }).Items; foreach (var session in sessions) |
