Commit 78de4c52 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* backport [17552] : add_bool instead of add_integer for ps-trust-timestamps

parent c6cff268
......@@ -56,7 +56,7 @@ vlc_module_begin();
set_callbacks( Open, Close );
add_shortcut( "ps" );
add_integer( "ps-trust-timestamps", VLC_TRUE, NULL, TIME_TEXT,
add_bool( "ps-trust-timestamps", VLC_TRUE, NULL, TIME_TEXT,
TIME_LONGTEXT, VLC_TRUE );
add_submodule();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment