Skip to content

Commit

Permalink
Merge pull request #202 from Keeper-of-the-Keys/master
Browse files Browse the repository at this point in the history
Fix debug message
  • Loading branch information
Keeper-of-the-Keys authored Sep 10, 2024
2 parents 2d59ffc + fe3da97 commit c2f543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/GPodderPlayback.qml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ MediaPlayer {
player.playerCreated();
}

console.log('Source: %s', source);
console.log('Source: ', source);

player.play();
});
Expand Down

0 comments on commit c2f543b

Please sign in to comment.