limit by scope for artists selector

This commit is contained in:
localhost_frssoft 2023-06-12 14:30:49 +03:00
parent 6a816ea853
commit 88d619f304
3 changed files with 11 additions and 5 deletions

View file

@ -1,6 +1,6 @@
from src.fw_api import get_favorires_tracks, get_recently_listened, get_audio_file
from src.mpv_control import player, player_menu, track_url_to_uuid, player_fw_storage
from src.fw_api_hints import hint_scope
from src.mpv_control import player, player_menu, track_url_to_uuid, player_fw_storage
from pyfzf.pyfzf import FzfPrompt
from loguru import logger