Skip to content

Commit

Permalink
Use artist instead of source for label
Browse files Browse the repository at this point in the history
  • Loading branch information
ImoutoChan committed Apr 21, 2024
1 parent 46fc932 commit 9fb5008
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ public string CreateCaption(ImageSource source, string options, Post post)
: GetPopularType(options).MakeAdverb().ToLower();

var postAuthor = post.Author is not null
? $"{post.Author}"
? $"{post.Author.Replace("_", " ")}"
: null;

return source switch
Expand Down

0 comments on commit 9fb5008

Please sign in to comment.