Skip to content

Commit

Permalink
Allow browse to be null
Browse files Browse the repository at this point in the history
  • Loading branch information
atlantageek authored Sep 28, 2023
1 parent 07e9616 commit e31896f
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 e31896f

Please sign in to comment.