539cf780d7
* Fix Floating Player stopping on certain files * Dont show additional player buttons from markdown and comments * Fix markdown resizing for the same video playing * Update changelog
9 lines
139 B
JavaScript
9 lines
139 B
JavaScript
// @flow
|
|
|
|
declare type PlayingUri = {
|
|
uri: string,
|
|
primaryUri: string,
|
|
pathname: string,
|
|
commentId?: string,
|
|
source?: string,
|
|
};
|