Unverified Commit a80c6068 authored by Wolle's avatar Wolle Committed by GitHub

add contenttype audio/x-flac

parent 4baa52b0
......@@ -3,8 +3,8 @@
*
* Created on: Oct 26.2018
*
* Version 2.0.7e
* Updated on: Dec 04.2022
* Version 2.0.7f
* Updated on: Dec 16.2022
* Author: Wolle (schreibfaul1)
*
*/
......@@ -3452,6 +3452,7 @@ bool Audio::parseContentType(char* ct) {
else if(!strcmp(ct, "audio/x-wav")) ct_val = CT_WAV;
else if(!strcmp(ct, "audio/flac")) ct_val = CT_FLAC;
else if(!strcmp(ct, "audio/x-flac")) ct_val = CT_FLAC;
else if(!strcmp(ct, "audio/scpls")) ct_val = CT_PLS;
else if(!strcmp(ct, "audio/x-scpls")) ct_val = CT_PLS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment