Persoenliche Mediazentrale
undisclosed
2023-01-29 183d3e0c669aa8882c994c8ef756e1ac1d61fd7d
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;