Small fix

This commit is contained in:
M66B 2020-12-29 18:34:08 +01:00
parent 8ee29e32ee
commit 4c87651241
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ public interface DaoFolder {
@Query("SELECT * FROM folder" +
" WHERE folder.account = :account" +
" AND folder.selectable" +
" AND folder.synchronize")
List<EntityFolder> getSynchronizingFolders(long account);