diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-02 13:18:49 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-02 13:18:49 -0500 |
commit | a8ec1802a099365ab7d7bc06aee25884fc3876d5 (patch) | |
tree | 9cfa0e3bf26d9aa6c6032b4e30529d67d6fbcae6 /lib/WWW/FairViewer/Playlists.pm | |
parent | 1e1ff5349fb5c6a72012063709de1807f0a6696d (diff) | |
download | fair-viewer-a8ec1802a099365ab7d7bc06aee25884fc3876d5.tar.lz fair-viewer-a8ec1802a099365ab7d7bc06aee25884fc3876d5.tar.xz fair-viewer-a8ec1802a099365ab7d7bc06aee25884fc3876d5.zip |
Improve syntax
Diffstat (limited to 'lib/WWW/FairViewer/Playlists.pm')
-rw-r--r-- | lib/WWW/FairViewer/Playlists.pm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/WWW/FairViewer/Playlists.pm b/lib/WWW/FairViewer/Playlists.pm index 9f40453..01277c0 100644 --- a/lib/WWW/FairViewer/Playlists.pm +++ b/lib/WWW/FairViewer/Playlists.pm @@ -25,10 +25,7 @@ sub _make_playlists_url { $opts{'part'} = 'snippet,contentDetails'; } - $self->_make_feed_url( - 'playlists', - %opts, - ); + $self->_make_feed_url('playlists', %opts); } sub get_playlist_id { |