<feed xmlns='http://www.w3.org/2005/Atom'>
<title>jellyfin/Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs, branch v10.11.0-rc3</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc3</id>
<link rel='self' href='https://git.b0n.dev/jellyfin/atom?h=v10.11.0-rc3'/>
<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>Replace == null with is null</title>
<updated>2022-12-05T14:00:20Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2022-12-05T14:00:20Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=c7d50d640e614a3c13699e3041fbfcb258861c5a'/>
<id>urn:sha1:c7d50d640e614a3c13699e3041fbfcb258861c5a</id>
<content type='text'>
</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>Fix warnings in Sorting</title>
<updated>2021-10-04T01:41:22Z</updated>
<author>
<name>Patrick Barron</name>
<email>barronpm@gmail.com</email>
</author>
<published>2021-10-02T17:23:05Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=078200d8d4ba6d986cce8881b17d30b82e58b038'/>
<id>urn:sha1:078200d8d4ba6d986cce8881b17d30b82e58b038</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs</title>
<updated>2021-09-13T15:32:28Z</updated>
<author>
<name>Rob</name>
<email>ankenyr@gmail.com</email>
</author>
<published>2021-09-13T15:32:28Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=d557a5371e63c46c62c62f3c9e0bae1bed0d820c'/>
<id>urn:sha1:d557a5371e63c46c62c62f3c9e0bae1bed0d820c</id>
<content type='text'>
Co-authored-by: Claus Vium &lt;cvium@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs</title>
<updated>2021-09-13T15:32:18Z</updated>
<author>
<name>Rob</name>
<email>ankenyr@gmail.com</email>
</author>
<published>2021-09-13T15:32:18Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=8d45656c51c684fbbf3e94319ac5ec050d5e44b4'/>
<id>urn:sha1:8d45656c51c684fbbf3e94319ac5ec050d5e44b4</id>
<content type='text'>
Co-authored-by: Claus Vium &lt;cvium@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Update Emby.Server.Implementations/Sorting/AiredEpisodeOrderComparer.cs</title>
<updated>2021-09-13T15:32:12Z</updated>
<author>
<name>Rob</name>
<email>ankenyr@gmail.com</email>
</author>
<published>2021-09-13T15:32:12Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=96bc24b1dccb7b1f5467659b0350afa74afde243'/>
<id>urn:sha1:96bc24b1dccb7b1f5467659b0350afa74afde243</id>
<content type='text'>
Co-authored-by: Claus Vium &lt;cvium@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fixing #6269 by comparing PremiereDate when episode comparison would otherwise be equal.</title>
<updated>2021-09-12T22:05:37Z</updated>
<author>
<name>ankenyr</name>
<email>ankenyr@gmail.com</email>
</author>
<published>2021-09-12T22:05:37Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=2b5f3f294ed7b3660c0a5898d0ece42a7d7cca72'/>
<id>urn:sha1:2b5f3f294ed7b3660c0a5898d0ece42a7d7cca72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable nullable reference types for Emby.Server.Implementations</title>
<updated>2021-05-20T20:48:53Z</updated>
<author>
<name>Bond_009</name>
<email>bond.009@outlook.com</email>
</author>
<published>2021-05-20T19:28:18Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=7e8428e588b3f0a0574da44081098c64fe1a47d7'/>
<id>urn:sha1:7e8428e588b3f0a0574da44081098c64fe1a47d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include specials in the calculation for the "Next Up" episode. Fixes #1479</title>
<updated>2021-02-28T20:21:26Z</updated>
<author>
<name>Moshe Schmidt</name>
<email>Smith00101010@users.noreply.github.com</email>
</author>
<published>2021-02-17T20:18:27Z</published>
<link rel='alternate' type='text/html' href='https://git.b0n.dev/jellyfin/commit/?id=4bbfcaef83579239a9bef708c71a889cb3d829b4'/>
<id>urn:sha1:4bbfcaef83579239a9bef708c71a889cb3d829b4</id>
<content type='text'>
</content>
</entry>
</feed>
