Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LuanRT committed Nov 20, 2024
1 parent 39931f4 commit bcfc88c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions src/core/clients/Music.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {generateRandomString, InnertubeError, throwIfMissing, u8ToBase64} from '../../utils/Utils.js';
import { generateRandomString, InnertubeError, throwIfMissing, u8ToBase64 } from '../../utils/Utils.js';

import {
Album,
Expand All @@ -24,11 +24,11 @@ import SearchSuggestionsSection from '../../parser/classes/SearchSuggestionsSect
import SectionList from '../../parser/classes/SectionList.js';
import Tab from '../../parser/classes/Tab.js';

import {SearchFilter} from '../../../protos/generated/misc/params.js';
import { SearchFilter } from '../../../protos/generated/misc/params.js';

import type {ObservedArray} from '../../parser/helpers.js';
import type {MusicSearchFilters} from '../../types/index.js';
import type {Actions, Session} from '../index.js';
import type { ObservedArray } from '../../parser/helpers.js';
import type { MusicSearchFilters } from '../../types/index.js';
import type { Actions, Session } from '../index.js';

export default class Music {
#session: Session;
Expand Down
10 changes: 5 additions & 5 deletions src/core/clients/Studio.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {Constants} from '../../utils/index.js';
import {InnertubeError, Platform} from '../../utils/Utils.js';
import { Constants } from '../../utils/index.js';
import { InnertubeError, Platform } from '../../utils/Utils.js';

import type {UpdateVideoMetadataOptions, UploadedVideoMetadataOptions} from '../../types/Misc.js';
import type {ApiResponse, Session} from '../index.js';
import type { UpdateVideoMetadataOptions, UploadedVideoMetadataOptions } from '../../types/Misc.js';
import type { ApiResponse, Session } from '../index.js';

import {MetadataUpdateRequest} from '../../../protos/generated/youtube/api/pfiinnertube/metadata_update_request.js';
import { MetadataUpdateRequest } from '../../../protos/generated/youtube/api/pfiinnertube/metadata_update_request.js';

interface UploadResult {
status: string;
Expand Down

0 comments on commit bcfc88c

Please sign in to comment.