Completed
Push — lastchanged ( 3a54ca )
by
unknown
11:30
created
command/scan.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -21,8 +21,6 @@
 block discarded – undo
21 21
 use Symfony\Component\Console\Input\InputInterface;
22 22
 use Symfony\Component\Console\Input\InputOption;
23 23
 use Symfony\Component\Console\Output\OutputInterface;
24
-
25
-
26 24
 use OCA\Music\Utility\Scanner;
27 25
 
28 26
 class Scan extends Command {
Please login to merge, or discard this patch.
db/albummapper.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
12 12
 
13 13
 namespace OCA\Music\Db;
14 14
 
15
-use OCP\AppFramework\Db\DoesNotExistException;
16 15
 use OCP\AppFramework\Db\Mapper;
17 16
 use OCP\IDb;
18 17
 
Please login to merge, or discard this patch.