apply Network.ts
This commit is contained in:
@ -198,7 +198,7 @@ Page({
|
||||
|
||||
const sources = location.mediaItems.map(item => ({
|
||||
url: item.sourceURL,
|
||||
type: MediaItemType[item.type].toLowerCase()
|
||||
type: item.type
|
||||
}));
|
||||
|
||||
const total = sources.length;
|
||||
|
||||
Reference in New Issue
Block a user