update
This commit is contained in:
4
.obsidian/plugins/podnotes/main.js
vendored
4
.obsidian/plugins/podnotes/main.js
vendored
@@ -13467,6 +13467,7 @@ var PodNotes = class extends import_obsidian24.Plugin {
|
||||
this.downloadedEpisodesController = new DownloadedEpisodesController(downloadedEpisodes, this).on();
|
||||
this.currentEpisodeController = new CurrentEpisodeController(currentEpisode, this).on();
|
||||
this.transcriptionService = new TranscriptionService(this);
|
||||
this.api = new API();
|
||||
this.addCommand({
|
||||
id: "podnotes-show-leaf",
|
||||
name: "Show PodNotes",
|
||||
@@ -13599,7 +13600,6 @@ var PodNotes = class extends import_obsidian24.Plugin {
|
||||
this.addSettingTab(new PodNotesSettingsTab(this.app, this));
|
||||
this.registerView(VIEW_TYPE, (leaf) => {
|
||||
this.view = new MainView(leaf, this);
|
||||
this.api = new API();
|
||||
return this.view;
|
||||
});
|
||||
this.app.workspace.onLayoutReady(this.onLayoutReady.bind(this));
|
||||
@@ -13657,3 +13657,5 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
||||
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
PERFORMANCE OF THIS SOFTWARE.
|
||||
***************************************************************************** */
|
||||
|
||||
/* nosourcemap */
|
||||
2
.obsidian/plugins/podnotes/manifest.json
vendored
2
.obsidian/plugins/podnotes/manifest.json
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"id": "podnotes",
|
||||
"name": "PodNotes",
|
||||
"version": "2.13.2",
|
||||
"version": "2.13.3",
|
||||
"minAppVersion": "0.15.9",
|
||||
"description": "Helps you write notes on podcasts.",
|
||||
"author": "Christian B. B. Houmann",
|
||||
|
||||
Reference in New Issue
Block a user