diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-08-27 13:19:00 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-08-27 13:19:00 +0100 |
| commit | 0b10a538b264dc4ff0ad8362b11825b526fe37df (patch) | |
| tree | 692fbf3f24adfad418828a21e913cf26f642dfe8 /src | |
| parent | 94600ee6d98ee4a6dd0018e22c2b361ca7bc22d2 (diff) | |
Ignore Language node in MainSound.
Diffstat (limited to 'src')
| -rw-r--r-- | src/cpl.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -126,6 +126,7 @@ MainSound::MainSound (xmlpp::Node const * node) duration = int64_node ("Duration"); ignore_node ("Hash"); + ignore_node ("Language"); done (); } |
