add options for media in archives

This commit is contained in:
Luke Pulverenti
2015-01-10 00:53:35 -05:00
parent 0024aa44ee
commit 51b5e379d5
15 changed files with 155 additions and 38 deletions

View File

@@ -76,6 +76,14 @@ namespace MediaBrowser.LocalMetadata
}
}
public int Order
{
get
{
// After Nfo
return 1;
}
}
}
static class XmlProviderUtils