diff --git a/allstarr/Controllers/JellyfinController.cs b/allstarr/Controllers/JellyfinController.cs index 22300c9..c0b68d3 100644 --- a/allstarr/Controllers/JellyfinController.cs +++ b/allstarr/Controllers/JellyfinController.cs @@ -994,7 +994,7 @@ public class JellyfinController : ControllerBase song.Title, song.Artist ?? "", song.Album ?? "", - song.Duration); + song.Duration ?? 0); if (lyrics == null) {