Only show unclassified tracks if they are part of MLPMA

This commit is contained in:
Josef Citrine 2016-08-29 01:03:26 +01:00
parent 727a83d95b
commit 726097bc7b

View file

@ -278,6 +278,7 @@ class TracksController extends ApiControllerBase
}
});
$query->join('mlpma_tracks', 'tracks.id', '=', 'mlpma_tracks.track_id');
}
if (Input::has('songs')) {