fix playlsit title
This commit is contained in:
parent
f4d5dd2260
commit
a906e0b35f
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class PlaylistVariableDefinitions(ABC):
|
||||||
:description:
|
:description:
|
||||||
Name of its parent playlist/channel if it exists, otherwise returns its title.
|
Name of its parent playlist/channel if it exists, otherwise returns its title.
|
||||||
"""
|
"""
|
||||||
return StringMetadataVariable.from_playlist(
|
return StringMetadataVariable.from_entry(
|
||||||
metadata_key="playlist_title", default=self.title
|
metadata_key="playlist_title", default=self.title
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue