]> git.sesse.net Git - vlc/commitdiff
Update the language when saving metadata.
authorTimothy B. Terriberry <tterribe@xiph.org>
Mon, 2 Sep 2013 15:56:43 +0000 (08:56 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 2 Sep 2013 18:44:55 +0000 (20:44 +0200)
Otherwise it won't get saved to the file.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/components/info_panels.cpp

index f4104f0c0bcd43e0f9561497cbd112a184c62c22..41f018e6e03cc6d5dc7207d69ac664ff6d9e0ef3 100644 (file)
@@ -298,6 +298,7 @@ void MetaPanel::saveMeta()
     input_item_SetTrackNum(  p_input, qtu( seqnum_text->text() ) );
     input_item_SetTrackTotal(  p_input, qtu( seqtot_text->text() ) );
     input_item_SetDate(  p_input, qtu( date_text->text() ) );
+    input_item_SetLanguage(  p_input, qtu( language_text->text() ) );
 
     input_item_SetCopyright( p_input, qtu( copyright_text->text() ) );
     input_item_SetPublisher( p_input, qtu( publisher_text->text() ) );