mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-18 00:06:27 +01:00
added new cabac value
This commit is contained in:
@@ -74,7 +74,8 @@ namespace MediaBrowser.Controller.Entities
|
||||
{
|
||||
FileInfo = new DirectoryInfo(path),
|
||||
Path = path,
|
||||
Parent = Parent
|
||||
Parent = Parent,
|
||||
CollectionType = CollectionType
|
||||
};
|
||||
|
||||
// Gather child folder and files
|
||||
|
||||
Reference in New Issue
Block a user