<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller/Entities/TV/Episode.cs, 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-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.b0n.dev/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 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>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>ReSharper Reformat: Properties to expression bodied form.</title>
<updated>2019-01-13T20:31:14Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T20:31:14Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a36658f6f0ed342d8b55dbf7c9ff95fe3abfa818'/>
<id>urn:sha1:a36658f6f0ed342d8b55dbf7c9ff95fe3abfa818</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Visual Studio Reformat: MediaBrowser.Controller</title>
<updated>2019-01-13T19:25:32Z</updated>
<author>
<name>Erwin de Haan</name>
<email>EraYaN@users.noreply.github.com</email>
</author>
<published>2019-01-13T19:25:32Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=26ca4b607b98b78b44a7300bcf9890360e598393'/>
<id>urn:sha1:26ca4b607b98b78b44a7300bcf9890360e598393</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix regression where it would do integer divisions, giving wrong result</title>
<updated>2019-01-07T21:10:11Z</updated>
<author>
<name>hawken</name>
<email>hawken@thehawken.org</email>
</author>
<published>2019-01-07T21:10:11Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=880825514a0d1f255699ce69783847374179c9a9'/>
<id>urn:sha1:880825514a0d1f255699ce69783847374179c9a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Post GPL cleanup</title>
<updated>2019-01-03T22:19:02Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2018-12-27T21:43:48Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=340a2c651276d911285a6ff09944c5eba2384a51'/>
<id>urn:sha1:340a2c651276d911285a6ff09944c5eba2384a51</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix build post GPL change</title>
<updated>2018-12-30T21:44:39Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2018-12-28T00:11:04Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b1ccd6bad9904ab4fb2de02d71db0a7540b98479'/>
<id>urn:sha1:b1ccd6bad9904ab4fb2de02d71db0a7540b98479</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use Microsoft.Extensions.Logging abstraction</title>
<updated>2018-12-30T21:44:38Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2018-12-13T13:18:25Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0f8b3c634708ce8e7b2e2ae6fed87b6b943b5bca'/>
<id>urn:sha1:0f8b3c634708ce8e7b2e2ae6fed87b6b943b5bca</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add GPL modules</title>
<updated>2018-12-27T23:27:57Z</updated>
<author>
<name>Andrew Rabert</name>
<email>ar@nullsum.net</email>
</author>
<published>2018-12-27T23:27:57Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a86b71899ec52c44ddc6c3018e8cc5e9d7ff4d62'/>
<id>urn:sha1:a86b71899ec52c44ddc6c3018e8cc5e9d7ff4d62</id>
<content type='text'>
</content>
</entry>
</feed>
