Skip to content

Commit

Permalink
Fix history plugin to be compatible with new PlaylistPageBase (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
luzip665 committed Dec 11, 2022
1 parent 3d57245 commit 70fa4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/history/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ class HistoryPlaylistPage(PlaylistPageBase):
reorderable = False

def __init__(self, playlist, player):
PlaylistPageBase.__init__(self)
PlaylistPageBase.__init__(self, playlist, player)

self.playlist = playlist

Expand Down

0 comments on commit 70fa4d1

Please sign in to comment.