We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bc20a3 commit df44485Copy full SHA for df44485
app/Services/MediaTagService.php
@@ -57,7 +57,7 @@ public static function set($mediaId, $profileId)
57
58
protected function idToUsername($id)
59
{
60
- $profile = ProfileService::get($id);
+ $profile = ProfileService::get($id, true);
61
62
if(!$profile) {
63
return 'unavailable';
0 commit comments