From 818c0176145c09df76ca7e8e8d42fdce475cfe99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20R=C3=B6ger?= Date: Sun, 27 Jul 2025 18:27:34 +0200 Subject: [PATCH] System Gen90 @ 2025-07-27-18:27:33 by jonas@monolith --- pkgs/spotify-shortcuts/setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/spotify-shortcuts/setup.py b/pkgs/spotify-shortcuts/setup.py index 9a280e0..2dcce4c 100644 --- a/pkgs/spotify-shortcuts/setup.py +++ b/pkgs/spotify-shortcuts/setup.py @@ -9,6 +9,7 @@ setup( entry_points={ "console_scripts": [ "spotify-like=spotify_shortcuts.spotify_like:main", + "spotify-pl-add=spotify_shortcuts.spotify_pl_add:main", ], }, )