mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-04 14:58:36 +01:00
Removed guids from the model project
This commit is contained in:
@@ -56,7 +56,7 @@ namespace MediaBrowser.Model.Dto
|
||||
/// If set this will result in strong, unconditional response caching
|
||||
/// </summary>
|
||||
/// <value>The hash.</value>
|
||||
public Guid? Tag { get; set; }
|
||||
public string Tag { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets a value indicating whether [crop whitespace].
|
||||
|
||||
Reference in New Issue
Block a user