mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-25 06:27:59 +01:00
Only show unclassified tracks if they are part of MLPMA
This commit is contained in:
parent
727a83d95b
commit
726097bc7b
1 changed files with 1 additions and 0 deletions
|
@ -278,6 +278,7 @@ class TracksController extends ApiControllerBase
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$query->join('mlpma_tracks', 'tracks.id', '=', 'mlpma_tracks.track_id');
|
||||||
}
|
}
|
||||||
|
|
||||||
if (Input::has('songs')) {
|
if (Input::has('songs')) {
|
||||||
|
|
Loading…
Reference in a new issue