]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-search/search.service.ts
deal with refresh token in embed
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-search / search.service.ts
index 96b954c99359ff43d2d1c5d87880cf6e7349a221..15c4a7012cd7c3b1ba40a82d1bafda08f448f446 100644 (file)
@@ -3,7 +3,7 @@ import { catchError, map, switchMap } from 'rxjs/operators'
 import { HttpClient, HttpParams } from '@angular/common/http'
 import { Injectable } from '@angular/core'
 import { ComponentPaginationLight, RestExtractor, RestPagination, RestService } from '@app/core'
-import { peertubeLocalStorage } from '@app/helpers'
+import { peertubeLocalStorage } from '@root-helpers/peertube-web-storage'
 import { Video, VideoChannel, VideoChannelService, VideoService } from '@app/shared/shared-main'
 import { ResultList, SearchTargetType, Video as VideoServerModel, VideoChannel as VideoChannelServerModel } from '@shared/models'
 import { environment } from '../../../environments/environment'