diff --git a/app/Models/Track.php b/app/Models/Track.php index cf8de179..4f1bbf79 100644 --- a/app/Models/Track.php +++ b/app/Models/Track.php @@ -646,7 +646,7 @@ class Track extends Model implements Searchable, Commentable, Favouritable } - public function getMasterTrackFile() : TrackFile + protected function getMasterTrackFile() : TrackFile { return $this->trackFiles()->where('is_master', true)->first(); }