Skip to content

Commit

Permalink
[cosmetic] - removed unused propertys from airtunes (these are maybe …
Browse files Browse the repository at this point in the history
…able on boxee - but not on xbmc)
  • Loading branch information
Memphiz committed Feb 21, 2012
1 parent d350be8 commit 2714488
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions xbmc/network/AirTunesServer.cpp
Expand Up @@ -115,9 +115,6 @@ ao_device* CAirTunesServer::AudioOutputFunctions::ao_open_live(int driver_id, ao
CFileItem item;
item.SetPath(device->pipe->GetName());
item.SetMimeType("audio/x-xbmc-pcm");
item.SetProperty("isradio", true);
item.SetProperty("no-skip", true);
item.SetProperty("no-pause", true);

if (ao_get_option(option, "artist"))
item.GetMusicInfoTag()->SetArtist(ao_get_option(option, "artist"));
Expand Down

0 comments on commit 2714488

Please sign in to comment.