(XMB) Remove playlist extension from title
This commit is contained in:
parent
7f6ec7ce16
commit
41a77639e3
|
@ -934,6 +934,8 @@ static void xmb_set_title(xmb_handle_t *xmb)
|
|||
return;
|
||||
|
||||
strlcpy(xmb->title_name, path, sizeof(xmb->title_name));
|
||||
|
||||
path_remove_extension(xmb->title_name);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue