]> git.sesse.net Git - vlc/blobdiff - include/vlc_playlist.h
Preparse playlist items that don't have enough meta
[vlc] / include / vlc_playlist.h
index 7f45120e6c373401855bbdf7dbd3da64e8a4ffa7..cc239482198374f59cbb1e5f610922343fd3fd00 100644 (file)
@@ -128,6 +128,7 @@ struct playlist_t
 
     vlc_bool_t            b_doing_ml; /**< Doing media library stuff, */
                                       /*get quicker */
+    vlc_bool_t            b_auto_preparse;
 
     /* Runtime */
     input_thread_t *      p_input;  /**< the input thread associated