Update plugins/playlist/config.d.ts
Improve description in config interface Co-authored-by: Phil Kuang <phillip.kuang@gmail.com> Signed-off-by: Antonio Bergas <anthonyprincedom@hotmail.com>
This commit is contained in:
Vendored
+1
-1
@@ -17,7 +17,7 @@
|
||||
export interface Config {
|
||||
playlist?: {
|
||||
/**
|
||||
* (Optional) The title that will shown in the UI; leave empty for `PLaylist`.
|
||||
* (Optional) The title that will shown in the UI; Defaults to`Playlist` if undefined.
|
||||
* @visibility frontend
|
||||
*/
|
||||
title?: string | undefined;
|
||||
|
||||
Reference in New Issue
Block a user