mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 04:04:47 +03:00
add LocalFileInfo.Id
This commit is contained in:
8
MediaBrowser.Model/Dto/IHasServerId.cs
Normal file
8
MediaBrowser.Model/Dto/IHasServerId.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
namespace MediaBrowser.Model.Dto
|
||||
{
|
||||
public interface IHasServerId
|
||||
{
|
||||
string ServerId { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user