VLC updates, and some infra bugs fix

This commit is contained in:
Timothyxxx
2024-01-09 09:40:23 +08:00
parent 5e19d28551
commit 457a0498f2
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
from .file import get_cloud_file, get_vm_file, get_cache_file
from .misc import get_rule
from .vlc import get_vlc_playing_info
from .vlc import get_vlc_playing_info, get_vlc_config

View File

@@ -5,5 +5,5 @@ from .docs import compare_font_names, compare_subscript_contains, has_page_numbe
from .docs import is_first_line_centered, check_file_exists, compare_contains_image
from .pdf import check_pdf_pages
from .libreoffice import check_libre_locale
from .vlc import is_vlc_playing
from .vlc import is_vlc_playing, is_vlc_recordings_folder
from .general import check_csv