Added: Unknown and errored tags moved to special folders

This commit is contained in:
Jindra Petřík
2025-07-27 18:04:36 +02:00
parent f0f4467ed9
commit fcdf363efc
13 changed files with 49 additions and 13 deletions

View File

@@ -70,10 +70,10 @@ public class TagStub extends Tag {
return dataStream;
}
@Override
/*@Override
public String toString() {
return tagName + " [ID = " + id + "]";
}
return tagName + " (tid = " + id + ")";
}*/
@Override
public Map<String, String> getNameProperties() {