Skip to content

Commit

Permalink
Rename "none" to "square"
Browse files Browse the repository at this point in the history
  • Loading branch information
kraxarn committed Jan 27, 2024
1 parent 2693f18 commit d75d749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/include/lib/enums.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ namespace lib
switch (album_shape)
{
case album_shape::none:
str = "none";
str = "square";
break;

case album_shape::app:
Expand Down

0 comments on commit d75d749

Please sign in to comment.