<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Playlists, branch v10.3.5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.3.5</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.3.5'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-03-07T20:13:13Z</updated>
<entry>
<title>Cleanup/simplification</title>
<updated>2019-03-07T20:13:13Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-03-07T14:54:30Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c5fce647defd2eace2d2431ccc52ffe1d027c184'/>
<id>urn:sha1:c5fce647defd2eace2d2431ccc52ffe1d027c184</id>
<content type='text'>
* Removed useless copies/allocations
* Reduced unneeded complexity
</content>
</entry>
<entry>
<title>Remove MoreLINQ</title>
<updated>2019-02-02T11:27:06Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-02-02T11:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1385d89df6d6af178dcfdfa1dee6346c6efcad2a'/>
<id>urn:sha1:1385d89df6d6af178dcfdfa1dee6346c6efcad2a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unwrapped all /(Write|Read)All(Text|Bytes)/ functions.</title>
<updated>2019-01-28T21:10:50Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-26T22:09:07Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b9a111432a8c85cd6cd2bb6c80ba3acd8a27409d'/>
<id>urn:sha1:b9a111432a8c85cd6cd2bb6c80ba3acd8a27409d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unwrapped `MoveDirectory`, `DirectoryExists`, `FileExists` &amp; removed `MoveFile`</title>
<updated>2019-01-28T21:10:00Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-26T21:59:53Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=581a7fe078002785b9ba628ec139a42d678cdf25'/>
<id>urn:sha1:581a7fe078002785b9ba628ec139a42d678cdf25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unwrapped CreateDirectory and DeleteDirectory</title>
<updated>2019-01-28T21:09:56Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-26T21:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d7c6d1625043fb69a90e7ccb24fc31a912c8a2d3'/>
<id>urn:sha1:d7c6d1625043fb69a90e7ccb24fc31a912c8a2d3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Unwrapped GetDirectoryName and DirectorySeperatorChar</title>
<updated>2019-01-28T21:06:34Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-26T20:47:11Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=3a831994f69bbde699a1a725b57d8fd1d7e98641'/>
<id>urn:sha1:3a831994f69bbde699a1a725b57d8fd1d7e98641</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replaced injections of ILogger with ILoggerFactory</title>
<updated>2019-01-20T21:05:12Z</updated>
<author>
<name>William Taylor</name>
<email>me@willtaylor.info</email>
</author>
<published>2019-01-17T22:55:05Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=65cd3ed597c60503a517c06ad16c933ebf2434a9'/>
<id>urn:sha1:65cd3ed597c60503a517c06ad16c933ebf2434a9</id>
<content type='text'>
This makes resolving dependencies from the container much easier as
you cannot resolve with primitives parameters in a way that is any
more readable.

The aim of this commit is to change as little as possible with the end
result, loggers that were newed up for the parent object were given the same
name. Objects that used the base or app loggers, were given a new logger with
an appropriate name.

Also removed some unused dependencies.
</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.b0n.dev/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.b0n.dev/jellyfin/commit/?id=e566d9a23163c297bdddddcbffb438c2b951d840'/>
<id>urn:sha1:e566d9a23163c297bdddddcbffb438c2b951d840</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Visual Studio Reformat: Emby.Server.Implementations Part Liv-P</title>
<updated>2019-01-13T19:22:00Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T19:22:00Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=39ef1106d7ed9cef1ec6fcb0703ce7550080ee45'/>
<id>urn:sha1:39ef1106d7ed9cef1ec6fcb0703ce7550080ee45</id>
<content type='text'>
</content>
</entry>
</feed>
