mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
fix: mute audio on yWeb start
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@408 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 99c889144c
Author: yjogol <yjogol2@online.de>
Date: 2010-02-24 (Wed, 24 Feb 2010)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -746,12 +746,9 @@ void CControlAPI::VolumeCGI(CyhookHandler *hh)
|
||||
NeutrinoAPI->Zapit->muteAudio(false);
|
||||
hh->SendOk();
|
||||
}
|
||||
#if 0 //FIXME
|
||||
|
||||
else if (hh->ParamList["1"].compare("status") == 0) { // Mute status
|
||||
hh->Write("1"); //FIXME coolstream implemented?
|
||||
}
|
||||
#endif
|
||||
else if(hh->ParamList["1"]!="") { //set volume
|
||||
char vol = atol( hh->ParamList["1"].c_str() );
|
||||
NeutrinoAPI->Zapit->setVolume(vol,vol);
|
||||
|
Reference in New Issue
Block a user