Phito

Results 4 comments of Phito

Still having this extremely annoying issue. Considering moving to podman too.

You're right, I did check all the usage tho, and they are all already handling null values. It's mostly controllers calls. [Example](https://github.com/phito/jellyfin/blob/095cc801e287c87d93a12f793b6eb78b3edbb492/Emby.Server.Implementations/Playlists/PlaylistManager.cs#L88)

`PlaylistManager.cs` has a `#nullable disable` declaration, which lead to these `NullReferenceException` when dependencies are return null values (LibraryManager in this case). I'm looking into removing the `#nullable disable` and properly...