Skip to content

Commit

Permalink
disable update detection since nothing else should touch the groupfol…
Browse files Browse the repository at this point in the history
…ders

Signed-off-by: Robin Appelman <[email protected]>
  • Loading branch information
icewind1991 committed Jan 29, 2021
1 parent 7a5ef77 commit 2f5c8a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/Mount/GroupFolderStorage.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,8 @@ public function getScanner($path = '', $storage = null) {
}
return $storage->scanner;
}

public function hasUpdated($path, $time) {
return false;
}
}

0 comments on commit 2f5c8a5

Please sign in to comment.