Persoenliche Mediazentrale
undisclosed
2023-01-23 03b95f100b605458e5bf2995e955882d9aa51868
src/de/uhilger/tango/entity/Abspielliste.java
@@ -40,6 +40,14 @@
  public List<Titel> getTitel() {
    return titel;
  }
  public void putTitel(Titel t, int anPos) {
    this.titel.set(anPos, t);
  }
  public int getIndex(Titel t) {
    return this.titel.indexOf(t);
  }
  public void setTitel(List titel) {
    this.titel = titel;