This commit is contained in:
Oscar Plaisant
2024-12-17 18:49:14 +01:00
parent c891129430
commit 3a5cad8e48
520 changed files with 20726 additions and 344954 deletions

View File

@@ -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 */

View File

@@ -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",