aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/UserLibrary/ItemsService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-29 00:06:30 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-08-29 00:06:30 -0400
commit18a7ddc2fa4644a10de0d9f72b3154ff4528be89 (patch)
treee616c865391624dddf93925cdb20ff2a161caf17 /MediaBrowser.Api/UserLibrary/ItemsService.cs
parent7e636a977a47f67af9bebfcbb6ebc89035ad91bd (diff)
add photo album
Diffstat (limited to 'MediaBrowser.Api/UserLibrary/ItemsService.cs')
-rw-r--r--MediaBrowser.Api/UserLibrary/ItemsService.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/UserLibrary/ItemsService.cs b/MediaBrowser.Api/UserLibrary/ItemsService.cs
index ba07571bf..25821c213 100644
--- a/MediaBrowser.Api/UserLibrary/ItemsService.cs
+++ b/MediaBrowser.Api/UserLibrary/ItemsService.cs
@@ -1430,7 +1430,7 @@ namespace MediaBrowser.Api.UserLibrary
nextId = list[index + 1].Id;
}
- return list.Where(i => i.Id == previousId || i.Id == nextId);
+ return list.Where(i => i.Id == previousId || i.Id == nextId || i.Id == adjacentToIdGuid);
}
/// <summary>