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:
Antonio Bergas
2023-03-20 20:19:22 +01:00
committed by GitHub
parent d48fdc7396
commit 904b7ffd5e
+1 -1
View File
@@ -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;