A music player that connects to your cloud/distributed storage.
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

2.5.1 - Fixes processing issue

+10 -8
+4
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 + ## 2.5.1 4 + 5 + - Fixes processing issue 6 + 3 7 ## 2.5.0 4 8 5 9 - **Large overhaul of the core code**
+4 -6
src/Javascript/processing.js
··· 84 84 const originalGetResponse = tokenizer.rangeRequestClient.getResponse 85 85 86 86 tokenizer.rangeRequestClient.getResponse = 87 - overrideContentType 88 - ? function() { 89 - this.resolvedUrl = getUrl 90 - return originalGetResponse.apply(this, arguments) 91 - } 92 - : originalGetResponse 87 + function() { 88 + this.resolvedUrl = getUrl 89 + return originalGetResponse.apply(this, arguments) 90 + } 93 91 94 92 return musicMetadata.parseFromTokenizer( 95 93 tokenizer,
+1 -1
src/Static/Manifests/Nextcloud/appinfo.xml
··· 5 5 <name>Diffuse</name> 6 6 <summary>A music player that connects to your cloud/distributed storage</summary> 7 7 <description>A music player that connects to your cloud/distributed storage</description> 8 - <version>2.5.0</version> 8 + <version>2.5.1</version> 9 9 <licence>agpl</licence> 10 10 <author>Steven Vandevelde</author> 11 11 <category>multimedia</category>
+1 -1
src/Static/Manifests/manifest.json
··· 2 2 "name": "Diffuse", 3 3 "short_name": "Diffuse", 4 4 "description": "A music player that connects to your cloud/distributed storage", 5 - "version": "2.5.0", 5 + "version": "2.5.1", 6 6 "author": "Steven Vandevelde <icid.asset@gmail.com>", 7 7 "icons": [ 8 8 {