<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Sorting/IndexNumberComparer.cs, branch v10.11.0-rc2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc2</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc2'/>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/'/>
<updated>2023-11-09T21:00:13Z</updated>
<entry>
<title>Convert ItemSortBy to enum (#9765)</title>
<updated>2023-11-09T21:00:13Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2023-11-09T21:00:13Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c7a94d48ae019f41d5f06340bca7efe0788ad5ad'/>
<id>urn:sha1:c7a94d48ae019f41d5f06340bca7efe0788ad5ad</id>
<content type='text'>
* Convert ItemSortBy to enum

* Rename Unknown to Default</content>
</entry>
<entry>
<title>Use ArgumentNullException.ThrowIfNull helper method</title>
<updated>2022-10-06T18:21:23Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-10-06T18:21:23Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=a9a5fcde81060c9da2096235d61128006339a2ee'/>
<id>urn:sha1:a9a5fcde81060c9da2096235d61128006339a2ee</id>
<content type='text'>
Did a simple search/replace on the whole repo (except the RSSDP project)
This reduces LOC and should improve performance (methods containing a throw statement don't get inlined)

```
if \((\w+) == null\)
\s+\{
\s+throw new ArgumentNullException\((.*)\);
\s+\}
```

```
ArgumentNullException.ThrowIfNull($1);
```
</content>
</entry>
<entry>
<title>Merge pull request #7548 from 1337joe/comparer-null-fix</title>
<updated>2022-04-07T16:54:58Z</updated>
<author>
<name>Cody Robibero</name>
<email>cody@robibe.ro</email>
</author>
<published>2022-04-04T12:30:24Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=04cac23a11cacb750a73c65d1dc54c01504626b0'/>
<id>urn:sha1:04cac23a11cacb750a73c65d1dc54c01504626b0</id>
<content type='text'>
(cherry picked from commit 72aca1519132315a69d9dad53e4840f461e58285)
Signed-off-by: crobibero &lt;cody@robibe.ro&gt;
</content>
</entry>
<entry>
<title>Implement Comparers for (Parent)IndexNumber</title>
<updated>2022-02-17T00:35:59Z</updated>
<author>
<name>Maxr1998</name>
<email>max.rumpf1998@gmail.com</email>
</author>
<published>2022-02-17T00:35:59Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=0aaf2f470a53401705b9943b6fd50cfd8d6fe0c2'/>
<id>urn:sha1:0aaf2f470a53401705b9943b6fd50cfd8d6fe0c2</id>
<content type='text'>
Can be used in item queries to sort by ParentIndexNumber and IndexNumber (used for disc and track numbers for example).
</content>
</entry>
</feed>
