<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin, branch v10.4.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.lodewillems.com/jellyfin/atom?h=v10.4.2</id>
<link rel='self' href='https://git.lodewillems.com/jellyfin/atom?h=v10.4.2'/>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/'/>
<updated>2019-11-24T20:42:49Z</updated>
<entry>
<title>Bump version for 10.4.2</title>
<updated>2019-11-24T20:42:49Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-11-24T20:42:49Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b300a4e8d4bb3a1b0cede3173c1e622c235daffa'/>
<id>urn:sha1:b300a4e8d4bb3a1b0cede3173c1e622c235daffa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add bad web build branch hotfix</title>
<updated>2019-11-24T20:42:43Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-11-24T20:10:38Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=b3fc995977cd5f76b28013e03bfd5992c99d1364'/>
<id>urn:sha1:b3fc995977cd5f76b28013e03bfd5992c99d1364</id>
<content type='text'>
I hate this quick and dirty hack but it makes no sense to port to
master. This fixes a bug whereby we'd build with the master Web branch
on releases due to never checking out the right branch. This is already
obsoleted in the master branch since #1925 already replaces this entire
process for Debuntu builds, and others should be fixed with a more
robust solution. That said, for the 10.4.z release chain, this
ultra-quick solution fixes the problem without changing much.
</content>
</entry>
<entry>
<title>Restore MediaBrowser.Model.Extensions after #2008</title>
<updated>2019-11-24T19:59:11Z</updated>
<author>
<name>Joshua Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-11-24T19:59:11Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=7f5a0704067e95f9809bfa0f55deeac551160706'/>
<id>urn:sha1:7f5a0704067e95f9809bfa0f55deeac551160706</id>
<content type='text'>
Removing this caused lines 270-271 to fail as the function override did
not exist in the .NET 2.2 framework. Restores functionality.
</content>
</entry>
<entry>
<title>Merge pull request #2045 from Bond-009/baseurlfix2</title>
<updated>2019-11-24T18:43:15Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-11-24T18:25:52Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=7ccef6068b6b97fc461b9d5354b646e8f6fd961f'/>
<id>urn:sha1:7ccef6068b6b97fc461b9d5354b646e8f6fd961f</id>
<content type='text'>
Fix baseurl issues part 2

(cherry picked from commit db581c4d9b30693cfd16e1d2e4c3f802c50726e5)
Signed-off-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2039 from Bond-009/fixcondition</title>
<updated>2019-11-24T18:42:17Z</updated>
<author>
<name>dkanada</name>
<email>dkanada@users.noreply.github.com</email>
</author>
<published>2019-11-24T12:41:19Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=06aac9899607f724919510ac1eee46f3f877ebf7'/>
<id>urn:sha1:06aac9899607f724919510ac1eee46f3f877ebf7</id>
<content type='text'>
Fix always false condition

(cherry picked from commit 47ad21b6e396de836480211515de32f213cef590)
Signed-off-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2034 from Bond-009/easypass</title>
<updated>2019-11-24T18:41:03Z</updated>
<author>
<name>Vasily</name>
<email>JustAMan@users.noreply.github.com</email>
</author>
<published>2019-11-22T08:17:24Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=0f18482ba604cf67ab85cada716648012d2738d7'/>
<id>urn:sha1:0f18482ba604cf67ab85cada716648012d2738d7</id>
<content type='text'>
Fix easy password

(cherry picked from commit 13dd63d631d63ad9e1818af88a3662cae7c88f52)
Signed-off-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2019 from Bond-009/baseurlhotfix</title>
<updated>2019-11-24T18:39:49Z</updated>
<author>
<name>Vasily</name>
<email>JustAMan@users.noreply.github.com</email>
</author>
<published>2019-11-18T10:55:56Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=ffd7835ab5281027d71352783f3e4bccab63cfa5'/>
<id>urn:sha1:ffd7835ab5281027d71352783f3e4bccab63cfa5</id>
<content type='text'>
Remove leading / from baseurl

(cherry picked from commit 0836241e9081afa58fcbf027cb524c6fd5ad04f2)
Signed-off-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #2008 from Bond-009/pathvalue</title>
<updated>2019-11-24T18:39:11Z</updated>
<author>
<name>dkanada</name>
<email>dkanada@users.noreply.github.com</email>
</author>
<published>2019-11-15T16:25:20Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=fb6b103164138223988a0495723c040dae61799c'/>
<id>urn:sha1:fb6b103164138223988a0495723c040dae61799c</id>
<content type='text'>
Fix GetPathValue function

(cherry picked from commit c87f459ec2f0882483716363b35c8a371c00d55a)
Signed-off-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #1992 from Bond-009/namingtests</title>
<updated>2019-11-24T18:37:23Z</updated>
<author>
<name>Joshua M. Boniface</name>
<email>joshua@boniface.me</email>
</author>
<published>2019-11-17T18:55:27Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=2de763eef9a46d77faf98801feff8fc335719eab'/>
<id>urn:sha1:2de763eef9a46d77faf98801feff8fc335719eab</id>
<content type='text'>
Fix naming tests

(cherry picked from commit 78e0afae2fba48212dab2986818b5156868592fb)
Signed-off-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
<entry>
<title>Merge pull request #1929 from Narfinger/parser-fix4</title>
<updated>2019-11-24T18:32:23Z</updated>
<author>
<name>dkanada</name>
<email>dkanada@users.noreply.github.com</email>
</author>
<published>2019-11-07T17:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.lodewillems.com/jellyfin/commit/?id=46ab046c344f036f5c0ceea410c39a8a540b67fc'/>
<id>urn:sha1:46ab046c344f036f5c0ceea410c39a8a540b67fc</id>
<content type='text'>
[Draft][Help wanted] Fix parsing of certain names and adds a default season if no season was found

(cherry picked from commit 61b9b4046af1890d4a2a68495f212def3bca6915)
Signed-off-by: Joshua Boniface &lt;joshua@boniface.me&gt;
</content>
</entry>
</feed>
