mirror of
https://github.com/jellyfin/jellyfin-plugin-bookshelf.git
synced 2024-11-30 17:10:25 +00:00
Merge pull request #79 from o9r1sh/patch-1
Just the addition of a couple of file extensions that I use regularly…
This commit is contained in:
commit
d9e013e434
@ -200,7 +200,7 @@ namespace GameBrowser.Resolvers
|
||||
return new[] { ".gbc", ".zip" };
|
||||
|
||||
case "Gamecube":
|
||||
return new[] { ".iso", ".bin", ".img", ".gcm" };
|
||||
return new[] { ".iso", ".bin", ".img", ".gcm", ".gcz" };
|
||||
|
||||
case "Super Nintendo":
|
||||
return new[] { ".smc", ".zip", ".fam", ".rom", ".sfc", ".fig" };
|
||||
@ -215,7 +215,7 @@ namespace GameBrowser.Resolvers
|
||||
return new[] { ".gbdos", ".disc" };
|
||||
|
||||
case "Windows":
|
||||
return new[] { ".gbwin", ".disc" };
|
||||
return new[] { ".gbwin", ".disc", ".lnk" };
|
||||
|
||||
case "Sega 32X":
|
||||
return new[] { ".iso", ".bin", ".img", ".zip", ".32x" };
|
||||
|
Loading…
Reference in New Issue
Block a user