mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
Removed SimilarityScore and ported Search function
This commit is contained in:
parent
527998cd0c
commit
90103165e2
2 changed files with 103 additions and 156 deletions
|
|
@ -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; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue