SRGSSR / pillarbox-apple

A next-generation reactive media playback ecosystem for Apple platforms.
https://testflight.apple.com/join/TS6ngLqf
MIT License
60 stars 9 forks source link

Provide no playlist edit actions by default #1007

Closed defagos closed 2 months ago

defagos commented 2 months ago

Description

This PR adds a default value for Playlist edit actions (no actions). This is in agreement with List APIs that, usually, provide no actions (but some API variants provide edit actions optionally, though the default path is not supported via default values but rather via specialization).

Changes made

Self-explanatory.

Checklist