Pablo De Chiaro Rosa
Results
2
issues of
Pablo De Chiaro Rosa
Implemented support for audio playback with 'canPlayType' webAPI feature, updated config.json mimetypes
## Description This PR simplifies read_configuration() in shared-functions.sh by replacing a complex sed regex with a clearer two-step parsing: • Old: sed -r "s/^$name=([\"']?)(.+)\1\$/\2/" • New: cut -d '=' -f2-...