Commit 97d2ea83 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

skins2: Fix compilation.

parent 47fd5024
......@@ -561,7 +561,7 @@ void VlcProc::updateStreamName( playlist_t *p_playlist )
{
if( p_playlist )
{
input_thread_t * p_input = playlist_CurrentInput( p_playlist )
input_thread_t * p_input = playlist_CurrentInput( p_playlist );
// Get playlist item information
input_item_t *pItem = input_GetItem( p_input );
......
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