mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Remove OfflineListInfo
This commit is contained in:
@@ -106,7 +106,7 @@ namespace SabreTools.DatFiles
|
||||
{
|
||||
get
|
||||
{
|
||||
var infos = GetFieldValue<OfflineListInfo[]?>(Models.Metadata.Header.InfosKey);
|
||||
var infos = GetFieldValue<Models.OfflineList.InfoBase[]?>(Models.Metadata.Header.InfosKey);
|
||||
return infos != null && infos.Length > 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user