Add tidal support
This commit is contained in:
@@ -786,7 +786,6 @@ void GstEngine::StartFadeoutPause() {
|
||||
|
||||
void GstEngine::StartTimers() {
|
||||
StopTimers();
|
||||
|
||||
timer_id_ = startTimer(kTimerIntervalNanosec / kNsecPerMsec);
|
||||
}
|
||||
|
||||
|
||||
@@ -336,7 +336,7 @@ EngineBase::PluginDetailsList VLCEngine::GetPluginList() const {
|
||||
ret << details;
|
||||
//GetDevicesList(audio_output->psz_name);
|
||||
}
|
||||
|
||||
|
||||
libvlc_audio_output_list_release(audio_output_list);
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user