Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
ravachol committed Dec 10, 2024
1 parent 9ada1e9 commit 4ed00e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/player.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Functions related to printing the player to the screen.
#define METADATA_MAX_SIZE 256
#endif

const char VERSION[] = "3.1.0";
const char VERSION[] = "3.0.2";
const int ABSOLUTE_MIN_WIDTH = 68;
bool timeEnabled = true;
bool drewCover = true;
Expand Down Expand Up @@ -1126,7 +1126,7 @@ int displayTree(FileSystemEntry *root, int depth, int maxListSize, int maxNameWi
if (libIter >= startLibIter)
{

if (depth == 1)
if (depth <= 1)
{
if (ui->useConfigColors)
setTextColor(ui->artistColor);
Expand Down

0 comments on commit 4ed00e3

Please sign in to comment.