small typo in service link (#21779)

Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
Marius 2022-02-28 11:26:52 +01:00 committed by Franck Nijhof
parent da1b17e048
commit c1b773b502
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3

View File

@ -33,7 +33,7 @@ The `<media_identifier>` can have one of three forms:
- `:ObjectID`: Colon followed by a server-assigned ID for an object.
- `?query`: Question mark followed by a query string to search for, see [DLNA ContentDirectory SearchCriteria](http://www.upnp.org/specs/av/UPnP-av-ContentDirectory-v1-Service.pdf) for the syntax. The first result found will be used.
URIs generated while browsing will look like the Object ID form above. However, all three forms will work with the [media_player.play_media service](integrations/media_player/#service-media_playerplay_media).
URIs generated while browsing will look like the Object ID form above. However, all three forms will work with the [media_player.play_media](/integrations/media_player/#service-media_playerplay_media) service.
### Examples