Skip to content

Commit

Permalink
Closes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
jerry08 committed Jul 13, 2024
1 parent e89e54c commit 1a251d0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Yosu/Services/PreferenceService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
using Microsoft.Maui.ApplicationModel;
using Microsoft.Maui.Storage;
using Yosu.ViewModels.Components;
using YoutubeExplode.Videos;

namespace Yosu.Services;

Expand Down Expand Up @@ -44,5 +45,6 @@ public SourceType SearchSourceType
public partial class PreferenceService
{
[JsonSerializable(typeof(PreferenceService))]
[JsonSerializable(typeof(Video))]
private partial class SerializerContext : JsonSerializerContext;
}

0 comments on commit 1a251d0

Please sign in to comment.