<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Api/UserLibrary/ItemsService.cs, branch v10.5.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.5.5</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.5.5'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2020-04-12T19:49:32Z</updated>
<entry>
<title>Merge pull request #2721 from PrplHaz4/patch-2</title>
<updated>2020-04-12T19:49:32Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2020-04-07T17:10:34Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=ee47a75f9ffd72b1de889fbd26661fef02c0782f'/>
<id>urn:sha1:ee47a75f9ffd72b1de889fbd26661fef02c0782f</id>
<content type='text'>
Separate Channels permissions from All Libraries

(cherry picked from commit 3a98ad82554a6911990a89abd95332ee132462de)
Signed-off-by: Joshua M. Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2118 from chaosinnovator/master</title>
<updated>2019-12-12T04:42:02Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-12-12T04:42:02Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=9744f5aee343a62f09ca71957aecfaa7d0a46842'/>
<id>urn:sha1:9744f5aee343a62f09ca71957aecfaa7d0a46842</id>
<content type='text'>
Add StartIndex result to /Items API query</content>
</entry>
<entry>
<title>Add StartIndex result to /Items API query</title>
<updated>2019-12-10T17:30:44Z</updated>
<author>
<name>chaosinnovator</name>
<email>thomas.boland@outlook.com</email>
</author>
<published>2019-12-10T17:30:44Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b98e25a07e9b487a65019dc53b28d9337bafd1d4'/>
<id>urn:sha1:b98e25a07e9b487a65019dc53b28d9337bafd1d4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1923 from Bond-009/random</title>
<updated>2019-12-10T13:28:44Z</updated>
<author>
<name>dkanada</name>
<email>dkanada@users.noreply.github.com</email>
</author>
<published>2019-12-10T13:28:44Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=dee3076eaf331a8e3e4b220c34491f713914fbc0'/>
<id>urn:sha1:dee3076eaf331a8e3e4b220c34491f713914fbc0</id>
<content type='text'>
Don't shuffle some types by default</content>
</entry>
<entry>
<title>* Add support for multi segment base urls</title>
<updated>2019-11-25T10:55:24Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-11-17T22:05:39Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=3221e837f9758e90b91f0f6760af1c3b67e04c2d'/>
<id>urn:sha1:3221e837f9758e90b91f0f6760af1c3b67e04c2d</id>
<content type='text'>
* Make baseurl case-insensitive
</content>
</entry>
<entry>
<title>Don't shuffle some types by default</title>
<updated>2019-10-20T14:08:40Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-10-20T14:08:40Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=bbc08753878b7b8a37ed876385d2e6864349d00d'/>
<id>urn:sha1:bbc08753878b7b8a37ed876385d2e6864349d00d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix multiple mistakes and warnings</title>
<updated>2019-09-23T18:32:44Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-09-20T10:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=c9820d30edf1cb8fa99a52ec72b6571d6d4506f7'/>
<id>urn:sha1:c9820d30edf1cb8fa99a52ec72b6571d6d4506f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix warnings, improve performance (#1665)</title>
<updated>2019-09-02T06:19:29Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-09-02T06:19:29Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=ee637e8fecbcefe429babbbbd1325bce7c3fe991'/>
<id>urn:sha1:ee637e8fecbcefe429babbbbd1325bce7c3fe991</id>
<content type='text'>
* Fix warnings, improve performance

`QueryResult.Items` is now a `IReadOnlyList` so we don't need to
allocate a new `Array` when we have a `List` (and `Items` shouldn't need to
be mutable anyway)

* Update Providers .csproj to latest C#

* Remove extra newline from DtoService.cs

* Remove extra newline from UserLibraryService.cs
</content>
</entry>
<entry>
<title>Add last one</title>
<updated>2019-08-09T21:24:04Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-08-09T21:18:49Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=9b2cf8501f082905b9b7b7b914dd42bba9d9e96d'/>
<id>urn:sha1:9b2cf8501f082905b9b7b7b914dd42bba9d9e96d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use CultureInvariant string conversion for Guids</title>
<updated>2019-08-09T21:17:54Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-02-28T22:22:57Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=6032f31aa660e3b0fe1936217109f9fb47853ba3'/>
<id>urn:sha1:6032f31aa660e3b0fe1936217109f9fb47853ba3</id>
<content type='text'>
</content>
</entry>
</feed>
