<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller/Entities, branch v10.4.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.4.1</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.4.1'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2019-10-20T19:17:39Z</updated>
<entry>
<title>Merge pull request #1898 from Bond-009/jsonfix</title>
<updated>2019-10-20T19:17:39Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-10-20T19:16:01Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=6e59671cf6e8214406c74bae8aec80a49c6e72b3'/>
<id>urn:sha1:6e59671cf6e8214406c74bae8aec80a49c6e72b3</id>
<content type='text'>
Fix Json serialization error

(cherry picked from commit 91600b1c81872e1745401942633a87085dc706b5)
Signed-off-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Fix SetImage to avoid out of range exception (#1798)</title>
<updated>2019-09-26T13:47:48Z</updated>
<author>
<name>Anthony Lavado</name>
<email>anthony@lavado.ca</email>
</author>
<published>2019-09-26T13:47:48Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=bae5e3795ecaf8dee7f2a48e2e8c2ebaae9786e8'/>
<id>urn:sha1:bae5e3795ecaf8dee7f2a48e2e8c2ebaae9786e8</id>
<content type='text'>
* Fix SetImage to avoid out of range exception

* Actually use the new images we've retrieved
</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>More warning fixes</title>
<updated>2019-08-29T20:28:33Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-08-29T20:28:33Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=e4f893a0eb955d43e7ef4c99bef8d4bfeb61a771'/>
<id>urn:sha1:e4f893a0eb955d43e7ef4c99bef8d4bfeb61a771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix LocalTrailers playback.</title>
<updated>2019-08-19T16:56:41Z</updated>
<author>
<name>SL1288</name>
<email>SL1288@SL1288.SL1288</email>
</author>
<published>2019-08-19T16:40:39Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=fdc24ec2eeffec4334c705631439de72cf6c8bdd'/>
<id>urn:sha1:fdc24ec2eeffec4334c705631439de72cf6c8bdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improvements to UserManager</title>
<updated>2019-08-16T19:06:11Z</updated>
<author>
<name>Bond_009</name>
<email>Bond.009@outlook.com</email>
</author>
<published>2019-06-09T20:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=8d3b5c851ded74b9f34eb2cd963187761a3f6f61'/>
<id>urn:sha1:8d3b5c851ded74b9f34eb2cd963187761a3f6f61</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>
<entry>
<title>Merge pull request #1448 from joshuaboniface/nice-userconfig-paths</title>
<updated>2019-06-24T16:54:24Z</updated>
<author>
<name>Andrew Rabert</name>
<email>6550543+nvllsvm@users.noreply.github.com</email>
</author>
<published>2019-06-24T16:54:24Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=fc439cc02a1c1ca19635adaadad0570f4dc5e22e'/>
<id>urn:sha1:fc439cc02a1c1ca19635adaadad0570f4dc5e22e</id>
<content type='text'>
Use the username for the user config path</content>
</entry>
<entry>
<title>Merge pull request #1156 from Bond-009/sep</title>
<updated>2019-06-14T02:27:00Z</updated>
<author>
<name>Anthony Lavado</name>
<email>anthonylavado@users.noreply.github.com</email>
</author>
<published>2019-06-14T02:27:00Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b25c08e79ae56fa9a69cbc4a0f4901c73c65e78a'/>
<id>urn:sha1:b25c08e79ae56fa9a69cbc4a0f4901c73c65e78a</id>
<content type='text'>
Small cleanups here and there</content>
</entry>
</feed>
