Commit 443f056b authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Correct a typo in [22984], s/meta-fetch/fetch-meta :D

parent bfc83290
...@@ -98,7 +98,7 @@ void __playlist_ThreadCreate( vlc_object_t *p_parent ) ...@@ -98,7 +98,7 @@ void __playlist_ThreadCreate( vlc_object_t *p_parent )
p_playlist->p_fetcher->i_waiting = 0; p_playlist->p_fetcher->i_waiting = 0;
p_playlist->p_fetcher->p_waiting = NULL; p_playlist->p_fetcher->p_waiting = NULL;
p_playlist->p_fetcher->b_fetch_meta = var_CreateGetInteger( p_playlist, p_playlist->p_fetcher->b_fetch_meta = var_CreateGetInteger( p_playlist,
"meta-fetch" ); "fetch-meta" );
p_playlist->p_fetcher->i_art_policy = var_CreateGetInteger( p_playlist, p_playlist->p_fetcher->i_art_policy = var_CreateGetInteger( p_playlist,
"album-art" ); "album-art" );
......
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