Merge pull request #11993 from Bond-009/buildFix

Fix build
This commit is contained in:
Bond-009 2024-06-06 21:10:05 +02:00 committed by GitHub
commit dc2eca9f2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.ComponentModel.DataAnnotations;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Jellyfin.Api.Extensions;