[vlc-commits] Use directory browser for record and timeshift folders

Jean-Baptiste Kempf git at videolan.org
Fri Jan 2 18:46:00 CET 2015


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan  2 18:44:44 2015 +0100| [d7912397fe7f5e719efc5380fb52c3cbb8fdee14] | committer: Jean-Baptiste Kempf

Use directory browser for record and timeshift folders

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d7912397fe7f5e719efc5380fb52c3cbb8fdee14
---

 src/libvlc-module.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/libvlc-module.c b/src/libvlc-module.c
index 96f93f6..3c97a79 100644
--- a/src/libvlc-module.c
+++ b/src/libvlc-module.c
@@ -1837,12 +1837,12 @@ vlc_module_begin ()
     add_bool( "network-synchronisation", false, NETSYNC_TEXT,
               NETSYNC_LONGTEXT, true )
 
-    add_string( "input-record-path", NULL, INPUT_RECORD_PATH_TEXT,
+    add_directory( "input-record-path", NULL, INPUT_RECORD_PATH_TEXT,
                 INPUT_RECORD_PATH_LONGTEXT, true )
     add_bool( "input-record-native", true, INPUT_RECORD_NATIVE_TEXT,
               INPUT_RECORD_NATIVE_LONGTEXT, true )
 
-    add_string( "input-timeshift-path", NULL, INPUT_TIMESHIFT_PATH_TEXT,
+    add_directory( "input-timeshift-path", NULL, INPUT_TIMESHIFT_PATH_TEXT,
                 INPUT_TIMESHIFT_PATH_LONGTEXT, true )
     add_integer( "input-timeshift-granularity", -1, INPUT_TIMESHIFT_GRANULARITY_TEXT,
                  INPUT_TIMESHIFT_GRANULARITY_LONGTEXT, true )



More information about the vlc-commits mailing list