mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2026-04-23 07:23:23 +02:00
Make plugin name consistent.
This commit is contained in:
parent
af1f69facc
commit
81e6134139
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ class InterfacePluginDemo(InterfaceActionBase):
|
|||
The reason for having two classes is that it allows the command line
|
||||
calibre utilities to run without needing to load the GUI libraries.
|
||||
'''
|
||||
name = 'FanFictionDownLoader Plugin'
|
||||
name = 'FanFictionDownLoader'
|
||||
description = 'UI plugin to download FanFiction stories from various sites.'
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
author = 'Jim Miller'
|
||||
|
|
|
|||
Loading…
Reference in a new issue