<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Channels/ChannelManager.cs, branch v10.4.1</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.4.1</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.4.1'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-08-09T21:17:54Z</updated>
<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.b0n.dev/jellyfin/commit/?id=6032f31aa660e3b0fe1936217109f9fb47853ba3'/>
<id>urn:sha1:6032f31aa660e3b0fe1936217109f9fb47853ba3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Seperate changes from #1023</title>
<updated>2019-03-25T20:27:03Z</updated>
<author>
<name>Bond-009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-03-25T20:27:03Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=6566c9136057f7b272b0d35501ed85034034d11e'/>
<id>urn:sha1:6566c9136057f7b272b0d35501ed85034034d11e</id>
<content type='text'>
The unrelated changes from #1023 (and more)
</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.b0n.dev/jellyfin/commit/?id=9993dafe54fe4310d1008434405198d822ef51cc'/>
<id>urn:sha1:9993dafe54fe4310d1008434405198d822ef51cc</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>Remove conditions that are always true/false</title>
<updated>2019-01-22T22:49:51Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-01-21T19:18:52Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=722120af74fadc1dfb43f1535797464a0ba63ba9'/>
<id>urn:sha1:722120af74fadc1dfb43f1535797464a0ba63ba9</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>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.b0n.dev/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.b0n.dev/jellyfin/commit/?id=e8674464373c3635243953cded42fcd2aa87d196'/>
<id>urn:sha1:e8674464373c3635243953cded42fcd2aa87d196</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Visual Studio Reformat: Emby.Server.Implementations Part A-Da</title>
<updated>2019-01-13T19:20:16Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T19:20:16Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a5288115a806eee32ddac80e5868a952796e8581'/>
<id>urn:sha1:a5288115a806eee32ddac80e5868a952796e8581</id>
<content type='text'>
</content>
</entry>
</feed>
