summaryrefslogtreecommitdiffstats
path: root/core/playlist_parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'core/playlist_parser.c')
-rw-r--r--core/playlist_parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/playlist_parser.c b/core/playlist_parser.c
index 98eebaa47e..67d58024c1 100644
--- a/core/playlist_parser.c
+++ b/core/playlist_parser.c
@@ -359,7 +359,7 @@ static bool parse_pls(play_tree_parser_t* p) {
mp_msg(MSGT_PLAYTREE,MSGL_DBG2,"Adding entry %s\n",entries[num].file);
playlist_add_file(p->pl,entries[num].file);
if (entries[num].length)
- playlist_entry_add_param(p->pl->last, bstr0("endpos"), bstr0(entries[num].length));
+ playlist_entry_add_param(p->pl->last, bstr0("end"), bstr0(entries[num].length));
free(entries[num].file);
}
// When we have info in playtree we add these info