<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller, branch v10.4.0</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.4.0</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.4.0'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2019-09-29T21:19:23Z</updated>
<entry>
<title>Merge pull request #1808 from joshuaboniface/fix-amf-win</title>
<updated>2019-09-29T21:19:23Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-09-29T21:19:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=dcc8c7b92a546274c92711e1ebdbb022b6704984'/>
<id>urn:sha1:dcc8c7b92a546274c92711e1ebdbb022b6704984</id>
<content type='text'>
Change Win32 AMF flag to d3d11va</content>
</entry>
<entry>
<title>Change Win32 AMF flag to d3d11va for Windows 8+</title>
<updated>2019-09-29T16:39:52Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-09-29T01:30:08Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=7fd75bf0715564c996028d7dedc98bb3095180a3'/>
<id>urn:sha1:7fd75bf0715564c996028d7dedc98bb3095180a3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1812 from dkanada/settings</title>
<updated>2019-09-29T15:43:03Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-09-29T15:43:03Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d64005df40c535b3495d61b3f3319adae38f2d26'/>
<id>urn:sha1:d64005df40c535b3495d61b3f3319adae38f2d26</id>
<content type='text'>
Avoid editing preferences without user interaction</content>
</entry>
<entry>
<title>avoid editing preferences without user interaction</title>
<updated>2019-09-29T07:21:32Z</updated>
<author>
<name>dkanada</name>
<email>dkanada@users.noreply.github.com</email>
</author>
<published>2019-09-29T07:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=7a88e7fa34597807cb440ff2b8e9f2fd5831b7f0'/>
<id>urn:sha1:7a88e7fa34597807cb440ff2b8e9f2fd5831b7f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SetImage to avoid out of range exception (#1798)</title>
<updated>2019-09-26T13:47:48Z</updated>
<author>
<name>Anthony Lavado</name>
<email>anthony@lavado.ca</email>
</author>
<published>2019-09-26T13:47:48Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=bae5e3795ecaf8dee7f2a48e2e8c2ebaae9786e8'/>
<id>urn:sha1:bae5e3795ecaf8dee7f2a48e2e8c2ebaae9786e8</id>
<content type='text'>
* Fix SetImage to avoid out of range exception

* Actually use the new images we've retrieved
</content>
</entry>
<entry>
<title>Fix multiple mistakes and warnings</title>
<updated>2019-09-23T18:32:44Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-09-20T10:42:08Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c9820d30edf1cb8fa99a52ec72b6571d6d4506f7'/>
<id>urn:sha1:c9820d30edf1cb8fa99a52ec72b6571d6d4506f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Possible fix for MrMC</title>
<updated>2019-09-08T19:07:29Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2019-09-08T19:07:29Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=675754bc5c5dad9b1c68b1222f88eee5e96f3d4a'/>
<id>urn:sha1:675754bc5c5dad9b1c68b1222f88eee5e96f3d4a</id>
<content type='text'>
</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>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>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>
</feed>
