<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Library/MusicManager.cs, branch v10.11.0-rc8</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc8</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc8'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2025-09-16T19:08:04Z</updated>
<entry>
<title>Optimize internal querying of UserData, other fixes (#14795)</title>
<updated>2025-09-16T19:08:04Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2025-09-16T19:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a0b3e2b071509f440db10768f6f8984c7ea382d6'/>
<id>urn:sha1:a0b3e2b071509f440db10768f6f8984c7ea382d6</id>
<content type='text'>
</content>
</entry>
<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>applied review comments</title>
<updated>2024-10-11T14:16:42Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2024-10-11T14:16:42Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e20ecfc670c9ef8977b0795c85e35ce165fee46e'/>
<id>urn:sha1:e20ecfc670c9ef8977b0795c85e35ce165fee46e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Applied Review Comments</title>
<updated>2024-10-11T11:42:49Z</updated>
<author>
<name>JPVenson</name>
<email>github@jpb.email</email>
</author>
<published>2024-10-11T11:42:49Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=05ffa7b4130dd86e386714792e253262cec0dcf9'/>
<id>urn:sha1:05ffa7b4130dd86e386714792e253262cec0dcf9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WIP porting new Repository structure</title>
<updated>2024-10-09T10:36:08Z</updated>
<author>
<name>JPVenson</name>
<email>6794763+JPVenson@users.noreply.github.com</email>
</author>
<published>2024-10-09T10:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=b09a41ad1f05664a6099734cb44e068f993a8e93'/>
<id>urn:sha1:b09a41ad1f05664a6099734cb44e068f993a8e93</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable nullable for more files</title>
<updated>2024-03-13T13:56:51Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2024-03-13T13:56:51Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=651681c27630af0fd0852980ac473ce570805dc3'/>
<id>urn:sha1:651681c27630af0fd0852980ac473ce570805dc3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use helper function to compare guid (#10825)</title>
<updated>2024-01-17T15:51:39Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2024-01-17T15:51:39Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=e7b8d45bbb0f2b832245dae7ac0d401c56cb10a4'/>
<id>urn:sha1:e7b8d45bbb0f2b832245dae7ac0d401c56cb10a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Optimize Guid comparisons</title>
<updated>2022-02-21T13:15:09Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-02-21T13:15:09Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=f50a250cd9fac47bcbd9a05e99c8ffe4d294e320'/>
<id>urn:sha1:f50a250cd9fac47bcbd9a05e99c8ffe4d294e320</id>
<content type='text'>
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
</content>
</entry>
<entry>
<title>More cleanup</title>
<updated>2021-12-27T14:20:05Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-12-15T17:25:36Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=ea8f40e84a72ab1eb0bdbe4974cb78f7d1b0f552'/>
<id>urn:sha1:ea8f40e84a72ab1eb0bdbe4974cb78f7d1b0f552</id>
<content type='text'>
</content>
</entry>
</feed>
