playstation_store.lua: Pattern-Fix

This commit is contained in:
Akamaru 2016-07-20 16:58:57 +02:00
parent 99635d729b
commit 8bd0a5bc56
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ end
return { return {
description = "Zeigt PlayStation Store Infos", description = "Zeigt PlayStation Store Infos",
usage = "Link zum PlayStation Store", usage = "Link zum PlayStation Store",
patterns = {"store.playstation.com/#!/de%-de/spiel/.*/cid=(.*)"}, patterns = {"store.playstation.com/#!/de%-de/.*/cid=(.*)"},
run = run run = run
} }