Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Sansa stuff shouldn't use the ipod structure. Thanks to Domonoky for noticing this error.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13654 a1c6a512-1295-4272-9138-f99709370657

+1 -1
+1 -1
rbutil/rbutilCtrls.cpp
··· 492 492 gv->curplat=gv->plat_id[index]; 493 493 494 494 #if !(defined( __WXMSW__ ) || defined( __DARWIN__)) 495 - wxString tmp = resolve_mount_point(wxString(ipod.diskname,wxConvUTF8)+wxT("1")); 495 + wxString tmp = resolve_mount_point(wxString(sansa.diskname,wxConvUTF8)+wxT("1")); 496 496 if( tmp != wxT("") ) 497 497 gv->curdestdir = tmp; 498 498 #endif