Skip to content

Commit

Permalink
Support shared Google drives
Browse files Browse the repository at this point in the history
  • Loading branch information
icidasset committed Dec 13, 2021
1 parent 1bbb50c commit b800ad1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 3.0.1

Also list files from shared Google drives, in addition to 'Shared with me'.


## 3.0.0

- **Adds album-covers view** (switch to and from list view with icon in nav bar)
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "Diffuse",
"description": "A music player that connects to your cloud/distributed storage",
"version": "3.0.0",
"version": "3.0.1",
"author": "Steven Vandevelde <icid.asset@gmail.com>",
"homepage": "https://diffuse.sh",
"repository": "github:icidasset/diffuse",
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "diffuse"
version = "3.0.0"
version = "3.0.1"
description = "A music player that connects to your cloud/distributed storage"
authors = ["you"]
license = ""
Expand Down
2 changes: 2 additions & 0 deletions src/Library/Sources/Services/Google.elm
Expand Up @@ -219,9 +219,11 @@ makeTree srcData marker currentTime resultMsg =
, "files/trashed"
]
)
, ( "includeItemsFromAllDrives", "true" )
, ( "pageSize", "1000" )
, ( "q", String.concat query )
, ( "spaces", "drive" )
, ( "supportsAllDrives", "true" )
]

queryString =
Expand Down
2 changes: 1 addition & 1 deletion src/Static/Manifests/manifest.json
Expand Up @@ -2,7 +2,7 @@
"name": "Diffuse",
"short_name": "Diffuse",
"description": "A music player that connects to your cloud/distributed storage",
"version": "3.0.0",
"version": "3.0.1",
"author": "Steven Vandevelde <icid.asset@gmail.com>",
"icons": [
{
Expand Down

0 comments on commit b800ad1

Please sign in to comment.