release: v5.2.0-alpha.3
parent
5bed6503e2
commit
a9a5c25431
|
@ -29,7 +29,7 @@ Memories is a *batteries-included* photo management solution for Nextcloud with
|
||||||
1. Run `php occ memories:index` to generate metadata indices for existing photos.
|
1. Run `php occ memories:index` to generate metadata indices for existing photos.
|
||||||
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
|
1. Open the 📷 Memories app in Nextcloud and set the directory containing your photos.
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>5.2.0-alpha.2</version>
|
<version>5.2.0-alpha.3</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="radialapps@gmail.com">Varun Patil</author>
|
<author mail="radialapps@gmail.com">Varun Patil</author>
|
||||||
<namespace>Memories</namespace>
|
<namespace>Memories</namespace>
|
||||||
|
|
|
@ -281,7 +281,7 @@ export default defineComponent({
|
||||||
},
|
},
|
||||||
|
|
||||||
async beforeMount() {
|
async beforeMount() {
|
||||||
if ('serviceWorker' in navigator) {
|
if ('serviceWorker' in navigator && false) {
|
||||||
// Get the config before loading
|
// Get the config before loading
|
||||||
const previousVersion = staticConfig.getSync('version');
|
const previousVersion = staticConfig.getSync('version');
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue