mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-02 00:12:24 +00:00
More warning fixes
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace MediaBrowser.Model.Search
|
||||
{
|
||||
@@ -111,6 +112,7 @@ namespace MediaBrowser.Model.Search
|
||||
/// </summary>
|
||||
/// <value>The album.</value>
|
||||
public string Album { get; set; }
|
||||
|
||||
public Guid AlbumId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
@@ -123,7 +125,7 @@ namespace MediaBrowser.Model.Search
|
||||
/// Gets or sets the artists.
|
||||
/// </summary>
|
||||
/// <value>The artists.</value>
|
||||
public string[] Artists { get; set; }
|
||||
public IReadOnlyList<string> Artists { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the song count.
|
||||
|
||||
Reference in New Issue
Block a user