<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Dlna/ContentDirectory/ControlHandler.cs, 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-09-02T06:19:29Z</updated>
<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>Remove useless abstraction around XmlReaderSettings</title>
<updated>2019-03-07T11:04:14Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-02-01T16:43:31Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=a9302b8b53e8393fbedeefb3be75ae6eba8ae815'/>
<id>urn:sha1:a9302b8b53e8393fbedeefb3be75ae6eba8ae815</id>
<content type='text'>
This removes the amount of stuff that needs to be passed around
Also removes some unneeded `ManagedFileSystem` usage
</content>
</entry>
<entry>
<title>Don't mix LINQ and roreach loops for readability</title>
<updated>2019-03-01T16:12:22Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-03-01T16:12:22Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=9993dafe54fe4310d1008434405198d822ef51cc'/>
<id>urn:sha1:9993dafe54fe4310d1008434405198d822ef51cc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some small changes in Device.cs and DidlBuilder.cs</title>
<updated>2019-02-05T16:37:38Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-02-05T16:37:38Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=84d56976ba4494408c5e312a4f98a24efabca441'/>
<id>urn:sha1:84d56976ba4494408c5e312a4f98a24efabca441</id>
<content type='text'>
Device.cs:
* Improve dispose function
* Style fixes
* Remove unused field

DidlBuilder.cs:
* Remove unused field
* Replace giant if chain with a switch statement
</content>
</entry>
<entry>
<title>Remove support for games as a media type</title>
<updated>2019-01-31T18:04:47Z</updated>
<author>
<name>Claus Vium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-01-28T17:49:25Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=8985fb8d58c9b968b8e773276d7c3902aa4d55f3'/>
<id>urn:sha1:8985fb8d58c9b968b8e773276d7c3902aa4d55f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Minor improvements to db code</title>
<updated>2019-01-26T17:21:41Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-01-26T17:21:41Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=07f163a4c324ebf9a80f2aa900706be5a01d14e2'/>
<id>urn:sha1:07f163a4c324ebf9a80f2aa900706be5a01d14e2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reformat JustAMan review pt1 changes</title>
<updated>2019-01-17T19:24:01Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-17T17:47:41Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=321c440739ae7657349c6a8e672a88bea1d6753c'/>
<id>urn:sha1:321c440739ae7657349c6a8e672a88bea1d6753c</id>
<content type='text'>
Refs #575
</content>
</entry>
<entry>
<title>ReSharper format: conform inline 'out' parameters.</title>
<updated>2019-01-13T20:46:33Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:46:33Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=e8674464373c3635243953cded42fcd2aa87d196'/>
<id>urn:sha1:e8674464373c3635243953cded42fcd2aa87d196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ReSharper conform to 'var' settings</title>
<updated>2019-01-13T20:37:13Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:37:13Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=65bd052f3e8682d177520af57db1c8ef5cb33262'/>
<id>urn:sha1:65bd052f3e8682d177520af57db1c8ef5cb33262</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv</title>
<updated>2019-01-13T19:54:44Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T19:54:44Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=e566d9a23163c297bdddddcbffb438c2b951d840'/>
<id>urn:sha1:e566d9a23163c297bdddddcbffb438c2b951d840</id>
<content type='text'>
</content>
</entry>
</feed>
