ConfusedPolarBear / intro-skipper

Fingerprint audio to automatically detect and skip intro sequences in Jellyfin
GNU General Public License v3.0
986 stars 414 forks source link

Consider changing return code to 204 if no intros were detected #56

Open sambartik opened 2 years ago

sambartik commented 2 years ago

Hello! I think it would be more helpful to just return 204 No Content status if no intros were detected. That way it would not scream a big bright error in dev console because of 404 error. What do you think?