mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-09-12 10:19:07 +00:00
Audio player support lyric (.lrc) #1506
Use lyric parser from https://github.com/lemutec/LyricStudio
This commit is contained in:
@@ -18,11 +18,7 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
#pragma warning disable IDE0130 // Namespace does not match folder structure
|
||||
|
||||
namespace QuickLook.Plugin.VideoViewer;
|
||||
|
||||
#pragma warning restore IDE0130 // Namespace does not match folder structure
|
||||
namespace QuickLook.Plugin.VideoViewer.Extensions;
|
||||
|
||||
internal static class StringExtension
|
||||
{
|
||||
|
Reference in New Issue
Block a user