mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Add miniature quick actions to add video to Watch later playlist
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Account } from '../actors'
|
||||
import { VideoChannel } from '../videos/channel/video-channel.model'
|
||||
import { VideoPlaylist } from '../videos/playlist/video-playlist.model'
|
||||
import { UserRole } from './user-role'
|
||||
import { NSFWPolicyType } from '../videos/nsfw-policy.type'
|
||||
import { UserNotificationSetting } from './user-notification-setting.model'
|
||||
@@ -45,3 +46,7 @@ export interface User {
|
||||
|
||||
createdAt: Date
|
||||
}
|
||||
|
||||
export interface MyUser extends User {
|
||||
specialPlaylists: Partial<VideoPlaylist>[]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user