forked from len0rd/rockbox
Fix FS#7549 - plugins would only get listed once in viewers.config which meant some extensions dont appear as supported
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@14228 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
73160322fe
commit
b7a6781520
1 changed files with 1 additions and 1 deletions
|
|
@ -314,7 +314,7 @@ STOP
|
||||||
}
|
}
|
||||||
print VIEWERS $line;
|
print VIEWERS $line;
|
||||||
}
|
}
|
||||||
elsif(-e ".rockbox/$r") {
|
elsif(-e ".rockbox/rocks/$r") {
|
||||||
# in case the same plugin works for multiple extensions, it
|
# in case the same plugin works for multiple extensions, it
|
||||||
# was already moved to the viewers dir
|
# was already moved to the viewers dir
|
||||||
print VIEWERS $line;
|
print VIEWERS $line;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue