From 8e82a64f5665dfeec2b0ae34b52f1870720f049e Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 10 Jul 2015 21:22:35 +0200 Subject: player: parse and expose m3u playlist titles Requested. Closes #2100. --- common/playlist.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common') diff --git a/common/playlist.h b/common/playlist.h index 0e571a0ced..be9fd991e2 100644 --- a/common/playlist.h +++ b/common/playlist.h @@ -34,6 +34,8 @@ struct playlist_entry { struct playlist_param *params; int num_params; + char *title; + // Set to true if playback didn't seem to work, or if the file could be // played only for a very short time. This is used to make playlist // navigation just work in case the user has unplayable files in the -- cgit v1.2.3