Fix creating new tracks with SQLBacking
This commit is contained in:
@@ -815,6 +815,8 @@ public class SQLBacking extends AbstractBacking {
|
||||
try (ResultSet rs = ps.executeQuery()) {
|
||||
if (rs.next()) {
|
||||
groups.set(rs.getString("groups"));
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user