<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Providers, branch v10.4.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.4.2</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.4.2'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/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.b0n.dev/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>Merge pull request #1686 from Bond-009/warn7</title>
<updated>2019-09-02T06:07:19Z</updated>
<author>
<name>Anthony Lavado</name>
<email>anthonylavado@users.noreply.github.com</email>
</author>
<published>2019-09-02T06:07:19Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=cb393c215a2ea75f61d0e3e798c6a4a596d720c2'/>
<id>urn:sha1:cb393c215a2ea75f61d0e3e798c6a4a596d720c2</id>
<content type='text'>
More warning fixes</content>
</entry>
<entry>
<title>Merge pull request #1702 from Bond-009/warn8</title>
<updated>2019-09-02T06:05:20Z</updated>
<author>
<name>Anthony Lavado</name>
<email>anthonylavado@users.noreply.github.com</email>
</author>
<published>2019-09-02T06:05:20Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c4eac8b3c6257e4a2aab2fa93d877fbcff8fee51'/>
<id>urn:sha1:c4eac8b3c6257e4a2aab2fa93d877fbcff8fee51</id>
<content type='text'>
Fix more warnings</content>
</entry>
<entry>
<title>Use regex to replace multiple spaces with one space</title>
<updated>2019-09-02T01:44:34Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-09-02T01:43:25Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=907b3185c288c38a398c2e6498f43bcce18c6ee9'/>
<id>urn:sha1:907b3185c288c38a398c2e6498f43bcce18c6ee9</id>
<content type='text'>
This communicates the intent of the code more clearly than before.
No noticeable performance impact.
</content>
</entry>
<entry>
<title>Fix infinite looping when scanning TV metadata</title>
<updated>2019-09-02T01:40:47Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2019-09-02T01:40:47Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=6478cd2ea4a014012856a506500d5d323c2064a0'/>
<id>urn:sha1:6478cd2ea4a014012856a506500d5d323c2064a0</id>
<content type='text'>
It's a possible that name and sb will never be equal. This is caused by
additional replacements before this loop.
Regression introduced in c699c546e4124da8c1978b86d1a424d24d3d77d6a
</content>
</entry>
<entry>
<title>Fix more warnings</title>
<updated>2019-09-01T16:39:23Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-09-01T16:39:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=1616f24cee15095b22092c63b5627662bf47befc'/>
<id>urn:sha1:1616f24cee15095b22092c63b5627662bf47befc</id>
<content type='text'>
</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.b0n.dev/jellyfin/commit/?id=e4f893a0eb955d43e7ef4c99bef8d4bfeb61a771'/>
<id>urn:sha1:e4f893a0eb955d43e7ef4c99bef8d4bfeb61a771</id>
<content type='text'>
</content>
</entry>
<entry>
<title>move the transcode path</title>
<updated>2019-08-29T07:14:50Z</updated>
<author>
<name>dkanada</name>
<email>dkanada@users.noreply.github.com</email>
</author>
<published>2019-08-29T07:14:50Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=21ff63c371bfdb70e0a80f39412b762df05890f6'/>
<id>urn:sha1:21ff63c371bfdb70e0a80f39412b762df05890f6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add newline after end tag</title>
<updated>2019-08-19T10:13:34Z</updated>
<author>
<name>Claus Vium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-08-19T10:13:34Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=058e0774221d820649e2b06920d43ae37b0267bd'/>
<id>urn:sha1:058e0774221d820649e2b06920d43ae37b0267bd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require latest C# version in Providers project</title>
<updated>2019-08-19T10:12:00Z</updated>
<author>
<name>Claus Vium</name>
<email>clausvium@gmail.com</email>
</author>
<published>2019-08-19T10:12:00Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d2b8672c1ccd7bec2e4ef0f8724026fe73c4597d'/>
<id>urn:sha1:d2b8672c1ccd7bec2e4ef0f8724026fe73c4597d</id>
<content type='text'>
</content>
</entry>
</feed>
