Draft: medialibrary: add movies getter
1 unresolved thread
1 unresolved thread
To be merged after : !2301
Edited by Aymeric Guillien
Merge request reports
Activity
Filter activity
added MRStatus::NotCompliant label
mentioned in merge request Aymeriic/vlc!9
changed milestone to %4.0
285 285 return vlclua_ml_list_show( L, list ); 286 286 } 287 287 288 static int vlclua_ml_list_movies( lua_State *L ) 289 { 290 vlc_object_t *p_this = vlclua_get_this( L ); 291 vlc_ml_query_params_t params; 292 vlclua_ml_assign_params( L, ¶ms, 1 ); 293 vlc_medialibrary_t* ml = vlc_ml_instance_get( p_this );