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;