diff --git a/app/Services/MediaTagService.php b/app/Services/MediaTagService.php index d2457b39d..ef436ec0a 100644 --- a/app/Services/MediaTagService.php +++ b/app/Services/MediaTagService.php @@ -57,7 +57,7 @@ class MediaTagService protected function idToUsername($id) { - $profile = ProfileService::get($id); + $profile = ProfileService::get($id, true); if(!$profile) { return 'unavailable';