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