mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 01:34:45 +03:00
add options for media in archives
This commit is contained in:
@@ -76,6 +76,14 @@ namespace MediaBrowser.LocalMetadata
|
||||
}
|
||||
}
|
||||
|
||||
public int Order
|
||||
{
|
||||
get
|
||||
{
|
||||
// After Nfo
|
||||
return 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
static class XmlProviderUtils
|
||||
|
||||
Reference in New Issue
Block a user