display the mode from the metadata for ysf

This commit is contained in:
Jakob Ketterl 2019-05-25 01:45:05 +02:00
parent 1846605184
commit 725615fbe5
1 changed files with 1 additions and 0 deletions

View File

@ -1340,6 +1340,7 @@ function update_metadata(stringData) {
break;
case 'YSF':
var strings = [];
if (meta.mode) strings.push("Mode: " + meta.mode);
if (meta.source) strings.push("Source: " + meta.source);
if (meta.target) strings.push("Destination: " + meta.target);
if (meta.up) strings.push("Up: " + meta.up);