mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
fixes for game xml saving
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
using MediaBrowser.Controller.Dto;
|
||||
using MediaBrowser.Controller.Entities;
|
||||
using MediaBrowser.Controller.Entities.Audio;
|
||||
using MediaBrowser.Controller.Library;
|
||||
using MediaBrowser.Controller.Persistence;
|
||||
using MediaBrowser.Model.Dto;
|
||||
using MediaBrowser.Model.Entities;
|
||||
using MediaBrowser.Model.Querying;
|
||||
using ServiceStack.ServiceHost;
|
||||
using System;
|
||||
@@ -19,7 +19,7 @@ namespace MediaBrowser.Api.UserLibrary
|
||||
{
|
||||
public GetGameGenres()
|
||||
{
|
||||
IncludeItemTypes = typeof(Audio).Name;
|
||||
MediaTypes = MediaType.Game;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user