Skip to content

Commit

Permalink
Merge pull request #63 from atlantageek/main
Browse files Browse the repository at this point in the history
Allow browse to be null
  • Loading branch information
jodal authored Sep 28, 2023
2 parents 07e9616 + e31896f commit 0ea1318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mopidy.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1179,7 +1179,7 @@ declare namespace Mopidy {
/**
* URI to browse
*/
uri: URI;
uri: URI | null;
}): Promise<models.Ref<any>[]>;

/**
Expand Down

0 comments on commit 0ea1318

Please sign in to comment.