mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-15 15:48:03 +00:00
Removed SimilarityScore and ported Search function
This commit is contained in:
@@ -14,7 +14,7 @@ public class BaseItem
|
||||
|
||||
public required string Type { get; set; }
|
||||
|
||||
public IReadOnlyList<byte>? Data { get; set; }
|
||||
public string? Data { get; set; }
|
||||
|
||||
public Guid? ParentId { get; set; }
|
||||
|
||||
@@ -94,7 +94,7 @@ public class BaseItem
|
||||
|
||||
public string? UnratedType { get; set; }
|
||||
|
||||
public string? TopParentId { get; set; }
|
||||
public Guid? TopParentId { get; set; }
|
||||
|
||||
public string? TrailerTypes { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user