Renamed seasonedAPI to api.js
This commit is contained in:
@@ -129,7 +129,7 @@ import Person from './Person.vue'
|
||||
|
||||
import LoadingPlaceholder from './ui/LoadingPlaceholder.vue'
|
||||
|
||||
import { getMovie, getShow, request } from '../seasonedAPI.js'
|
||||
import { getMovie, getShow, request } from '@/api.js'
|
||||
|
||||
export default {
|
||||
props: ['id', 'type'],
|
||||
|
||||
@@ -45,7 +45,7 @@ import MoviesListItem from './MoviesListItem.vue'
|
||||
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
||||
import LoadingPlaceholder from '@/components/ui/LoadingPlaceholder.vue'
|
||||
import Loader from '@/components/ui/Loader.vue'
|
||||
import { search, getListByName } from '../seasonedAPI'
|
||||
import { search, getListByName } from '@/api.js'
|
||||
|
||||
export default {
|
||||
props: {
|
||||
|
||||
@@ -33,7 +33,7 @@ import MoviesList from './MoviesList.vue'
|
||||
import Settings from './Settings.vue'
|
||||
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
||||
|
||||
import { getEmoji } from '@/seasonedAPI.js'
|
||||
import { getEmoji } from '@/api.js'
|
||||
// import CreatedLists from './CreatedLists.vue'
|
||||
|
||||
export default {
|
||||
|
||||
@@ -46,7 +46,7 @@ import storage from '../storage.js'
|
||||
import SeasonedInput from '@/components/ui/SeasonedInput.vue'
|
||||
import SeasonedButton from '@/components/ui/SeasonedButton.vue'
|
||||
|
||||
import { plexAuthenticate } from '@/seasonedAPI.js'
|
||||
import { plexAuthenticate } from '@/api.js'
|
||||
|
||||
export default {
|
||||
components: { SeasonedInput, SeasonedButton },
|
||||
|
||||
Reference in New Issue
Block a user