mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 01:50:26 -05:00
change pl_type for plain and special playlists and upgrade db to v18
This commit is contained in:
@@ -152,6 +152,8 @@ scan_playlist(char *file, time_t mtime)
|
||||
|
||||
memset(pli, 0, sizeof(struct playlist_info));
|
||||
|
||||
pli->type = PL_PLAIN;
|
||||
|
||||
/* Get only the basename, to be used as the playlist title */
|
||||
ptr = strrchr(filename, '.');
|
||||
if (ptr)
|
||||
|
||||
Reference in New Issue
Block a user