mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Remove test var
Co-authored-by: Cody Robibero <cody@robibe.ro>
This commit is contained in:
parent
56a98a3bb0
commit
5c5b326b1a
1 changed files with 0 additions and 1 deletions
|
@ -158,7 +158,6 @@ namespace MediaBrowser.Providers.MediaInfo
|
|||
/// <param name="tryExtractEmbeddedLyrics">Whether to extract embedded lyrics to lrc file. </param>
|
||||
private async Task FetchDataFromTags(Audio audio, Model.MediaInfo.MediaInfo mediaInfo, MetadataRefreshOptions options, bool tryExtractEmbeddedLyrics)
|
||||
{
|
||||
var test = ATL.Settings.DisplayValueSeparator;
|
||||
Track track = new Track(audio.Path);
|
||||
|
||||
// ATL will fall back to filename as title when it does not understand the metadata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue