<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/MediaBrowser.Controller/Channels/Channel.cs, branch v10.11.0-rc7</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc7</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc7'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2025-03-25T15:45:00Z</updated>
<entry>
<title>Fixed namespaces</title>
<updated>2025-03-25T15:45:00Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2025-03-25T15:45:00Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=42bdb22bfb690a6af37d70f12844881d884927b1'/>
<id>urn:sha1:42bdb22bfb690a6af37d70f12844881d884927b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP fixed namespaces</title>
<updated>2025-03-25T15:30:22Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2025-03-25T15:30:22Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=160020c551f71441fec093f5a6b2ca2650d9a74d'/>
<id>urn:sha1:160020c551f71441fec093f5a6b2ca2650d9a74d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'jellyfinorigin/master' into feature/DatabaseRefactor</title>
<updated>2025-02-19T18:25:00Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2025-02-19T18:25:00Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d8030147ffea8bd6b2753ac52e56b92fb15a1b47'/>
<id>urn:sha1:d8030147ffea8bd6b2753ac52e56b92fb15a1b47</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Backport pull request #12721 from jellyfin/release-10.10.z</title>
<updated>2025-02-09T17:19:51Z</updated>
<author>
<name>elfalem</name>
<email>elfalem@users.noreply.github.com</email>
</author>
<published>2025-02-09T17:19:51Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=ba46608ffe94a7a52eb7c514d2b71da8474ad585'/>
<id>urn:sha1:ba46608ffe94a7a52eb7c514d2b71da8474ad585</id>
<content type='text'>
Skip allowed tags check for parents of an item

Original-merge: d1fbdcee3459c9b8b9f47362761ad8da2021bd93

Merged-by: crobibero &lt;cody@robibe.ro&gt;

Backported-by: Bond_009 &lt;bond.009@outlook.com&gt;
</content>
</entry>
<entry>
<title>Prepared Seperation of Database components for future multi provider support</title>
<updated>2025-01-26T20:45:28Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2025-01-26T20:45:28Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=aa811eb1e3c78bdf8f4a751311c1bb6d639e851e'/>
<id>urn:sha1:aa811eb1e3c78bdf8f4a751311c1bb6d639e851e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove SimpleProgress</title>
<updated>2024-02-06T14:50:46Z</updated>
<author>
<name>Patrick Barron</name>
<email>barronpm@gmail.com</email>
</author>
<published>2024-02-06T14:50:46Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=8698b905947860ed59db1634e3765d78217d362d'/>
<id>urn:sha1:8698b905947860ed59db1634e3765d78217d362d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>BaseItem: remove unused function</title>
<updated>2022-03-11T15:21:32Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-03-11T15:21:32Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=7fdc0e3c3d65d2d408ce036063183b85d4bdb2e3'/>
<id>urn:sha1:7fdc0e3c3d65d2d408ce036063183b85d4bdb2e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Ban the usage of Task.Result</title>
<updated>2022-01-22T15:48:31Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-01-22T15:48:31Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=2dcb2f8a9f4be9ca69c050ce9ee94d647e8d5d5f'/>
<id>urn:sha1:2dcb2f8a9f4be9ca69c050ce9ee94d647e8d5d5f</id>
<content type='text'>
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
</content>
</entry>
<entry>
<title>Fix warning in m-b/channels</title>
<updated>2021-07-23T03:37:05Z</updated>
<author>
<name>Rich Lander</name>
<email>rlander@microsoft.com</email>
</author>
<published>2021-07-23T03:37:05Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=67efed39f299382db11bd500cdbe09c81dab2123'/>
<id>urn:sha1:67efed39f299382db11bd500cdbe09c81dab2123</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reduce warnings in MediaBrowser.Controller</title>
<updated>2021-05-13T13:33:11Z</updated>
<author>
<name>crobibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2021-05-13T13:32:02Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=6bcbc2b88ae84b1d7cfc50f0872580bed437a60f'/>
<id>urn:sha1:6bcbc2b88ae84b1d7cfc50f0872580bed437a60f</id>
<content type='text'>
</content>
</entry>
</feed>
