cleanups
This commit is contained in:
parent
fb6076ee6c
commit
118966e224
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
package net.schowek.nextclouddlna.controller
|
package net.schowek.nextclouddlna.controller
|
||||||
|
|
||||||
|
|
||||||
import net.schowek.nextclouddlna.dlna.media.MediaServer
|
import net.schowek.nextclouddlna.dlna.media.MediaServer
|
||||||
import org.jupnp.support.model.DIDLObject
|
import org.jupnp.support.model.DIDLObject
|
||||||
import org.springframework.beans.factory.annotation.Autowired
|
import org.springframework.beans.factory.annotation.Autowired
|
||||||
|
|
|
@ -27,7 +27,7 @@ class ContentTreeProviderIntTest extends IntegrationSpecification {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
def "should create content tree without the group folder"() {
|
def "should create content tree without the group folder when the option is disabled"() {
|
||||||
given:
|
given:
|
||||||
appConfigRepository.deleteById(new AppConfigId("groupfolders", "enabled"))
|
appConfigRepository.deleteById(new AppConfigId("groupfolders", "enabled"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue