shadowcaptain

Results 1 comments of shadowcaptain

> or maybe better?? > > ```cs > try > { > var mp3 = JsonConvert.DeserializeObject(contentProperty.Value); > return contentProperty.Value; > } > catch { } > ``` Or this, as...