Signed-off-by: mbrucedogs <mbrucedogs@gmail.com>

This commit is contained in:
mbrucedogs 2025-07-21 12:23:41 -05:00
parent 722233f6ee
commit d2f2eebc7d

View File

@ -78,6 +78,7 @@ const SongInfo: React.FC<SongInfoProps> = ({ isOpen, onClose, song }) => {
song={song} song={song}
showPath={true} showPath={true}
showCount={false} showCount={false}
showFullPath={true}
/> />
</div> </div>
</div> </div>