web: Read() to Retrieve()
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
@ -29,7 +29,7 @@ export class PlexSourceViewPage extends LitElement {
|
||||
|
||||
@property({ type: String })
|
||||
set sourceSlug(value: string) {
|
||||
new SourcesApi(DEFAULT_CONFIG).sourcesPlexRead({
|
||||
new SourcesApi(DEFAULT_CONFIG).sourcesPlexRetrieve({
|
||||
slug: value
|
||||
}).then((source) => {
|
||||
this.source = source;
|
||||
|
||||
Reference in New Issue
Block a user