Skip to content

player: osd: early exit on track == NULL

Alaric Senat requested to merge deprecate-upnp-init into master

Avoid the indentation level on the whole function, allowing to easily document the early return case as a special edge case and clarifying the rest of the block.

Merge request reports